Updated on 2026-08-14
This commit is contained in:
parent
51c396a5d7
commit
d64c12eb8e
1 changed files with 2 additions and 1 deletions
|
|
@ -2,8 +2,9 @@ package com.tangem.domain.wallets.models
|
|||
|
||||
import com.tangem.common.extensions.hexToBytes
|
||||
import com.tangem.common.extensions.toHexString
|
||||
import java.io.Serializable
|
||||
|
||||
data class UserWalletId(val stringValue: String) {
|
||||
data class UserWalletId(val stringValue: String) : Serializable {
|
||||
|
||||
val value = stringValue.hexToBytes()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue