Updated on 2026-08-14
This commit is contained in:
parent
21f33b6e1a
commit
4590cb4d7f
18 changed files with 111 additions and 12 deletions
|
|
@ -318,4 +318,8 @@ data class CardDTO(
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
companion object {
|
||||
const val RING_BATCH_ID = "AC17"
|
||||
}
|
||||
}
|
||||
|
|
@ -21,5 +21,5 @@ data class ScanResponse(
|
|||
typealias KeyWalletPublicKey = ByteArrayKey
|
||||
|
||||
enum class ProductType {
|
||||
Note, Twins, Wallet, Start2Coin, Wallet2
|
||||
Note, Twins, Wallet, Start2Coin, Wallet2, Ring
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue