AssetHolding
AssetHolding =
object
Defined in: packages/indexer_client/src/models/asset-holding.ts:10
Describes an asset held by an account.
Definition: data/basics/userBalance.go : AssetHolding
Properties
Section titled “Properties”amount
Section titled “amount”amount:
bigint
Defined in: packages/indexer_client/src/models/asset-holding.ts:14
number of units held.
assetId
Section titled “assetId”assetId:
bigint
Defined in: packages/indexer_client/src/models/asset-holding.ts:19
Asset ID of the holding.
deleted?
Section titled “deleted?”
optionaldeleted:boolean
Defined in: packages/indexer_client/src/models/asset-holding.ts:29
Whether or not the asset holding is currently deleted from its account.
isFrozen
Section titled “isFrozen”isFrozen:
boolean
Defined in: packages/indexer_client/src/models/asset-holding.ts:24
whether or not the holding is frozen.
optedInAtRound?
Section titled “optedInAtRound?”
optionaloptedInAtRound:bigint
Defined in: packages/indexer_client/src/models/asset-holding.ts:34
Round during which the account opted into this asset holding.
optedOutAtRound?
Section titled “optedOutAtRound?”
optionaloptedOutAtRound:bigint
Defined in: packages/indexer_client/src/models/asset-holding.ts:39
Round during which the account opted out of this asset holding.