Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-29 13:12:04 +03:00
parent f626613f80
commit 4962acd1ca
5 changed files with 54 additions and 31 deletions

View file

@ -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