AccountAssetInformation
AccountAssetInformation =
object
Defined in: src/account.ts:171
Account asset holding information at a given round.
Properties
Section titled “Properties”assetId
Section titled “assetId”assetId:
bigint
Defined in: src/account.ts:173
The ID of the asset held.
balance
Section titled “balance”balance:
bigint
Defined in: src/account.ts:175
The current balance of that asset holding.
frozen
Section titled “frozen”frozen:
boolean
Defined in: src/account.ts:177
Whether or not the asset is frozen for the account.
round:
bigint
Defined in: src/account.ts:179
The round as at which the holding was correct.