Skip to content

AccountAssetInformation

AccountAssetInformation = object

Defined in: src/account.ts:171

Account asset holding information at a given round.

assetId: bigint

Defined in: src/account.ts:173

The ID of the asset held.


balance: bigint

Defined in: src/account.ts:175

The current balance of that asset holding.


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.