Updated on 2026-08-14
This commit is contained in:
commit
9783f9ce3d
12 changed files with 67 additions and 39 deletions
|
|
@ -63,6 +63,12 @@ class UserWalletIdBuilder private constructor(
|
|||
)
|
||||
}
|
||||
|
||||
fun walletPublicKey(publicKey: ByteArray): UserWalletId {
|
||||
return UserWalletIdBuilder(
|
||||
publicKey = publicKey,
|
||||
).build()!!
|
||||
}
|
||||
|
||||
private fun findPublicKey(wallets: List<CardDTO.Wallet>): ByteArray? {
|
||||
return wallets.firstOrNull()
|
||||
?.publicKey
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue