Updated on 2026-08-14
This commit is contained in:
parent
3aef6bf69c
commit
b340fc7e33
18 changed files with 357 additions and 107 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue