Updated on 2026-08-14
This commit is contained in:
parent
8541957ee3
commit
189ffd9927
73 changed files with 547 additions and 409 deletions
|
|
@ -59,6 +59,7 @@ sealed interface UserWallet {
|
|||
override val walletId: UserWalletId,
|
||||
val hotWalletId: HotWalletId,
|
||||
val wallets: List<MobileWallet>?,
|
||||
val backedUp: Boolean,
|
||||
) : UserWallet {
|
||||
|
||||
val isLocked: Boolean get() = wallets == null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue