Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-01 13:23:50 +04:00
parent 3aef6bf69c
commit b340fc7e33
18 changed files with 357 additions and 107 deletions

View file

@ -17,6 +17,10 @@ sealed interface AccountStatus {
/** The account associated with this status */
val account: Account
/** Unique identifier of the account */
val accountId: AccountId
get() = account.accountId
/**
* Represents the status of a crypto portfolio account
*