Updated on 2026-08-14
This commit is contained in:
parent
f626613f80
commit
4962acd1ca
5 changed files with 54 additions and 31 deletions
|
|
@ -110,4 +110,5 @@ val UserWallet.isLocked
|
|||
is UserWallet.Hot -> isLocked
|
||||
}
|
||||
|
||||
inline val UserWallet.isHotWallet get() = this is UserWallet.Hot
|
||||
inline val UserWallet.isHotWallet get() = this is UserWallet.Hot
|
||||
inline val UserWallet.isColdWallet get() = this is UserWallet.Cold
|
||||
Loading…
Add table
Add a link
Reference in a new issue