Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-19 12:42:05 +03:00
parent 21f33b6e1a
commit 4590cb4d7f
18 changed files with 111 additions and 12 deletions

View file

@ -318,4 +318,8 @@ data class CardDTO(
}
}
}
companion object {
const val RING_BATCH_ID = "AC17"
}
}

View file

@ -21,5 +21,5 @@ data class ScanResponse(
typealias KeyWalletPublicKey = ByteArrayKey
enum class ProductType {
Note, Twins, Wallet, Start2Coin, Wallet2
Note, Twins, Wallet, Start2Coin, Wallet2, Ring
}