Skip to content

AssetHolding

AssetHolding: object

Describes an asset held by an account.

Definition: data/basics/userBalance.go : AssetHolding

Type declaration

amount

amount: number

number of units held.

asset-id

asset-id: number

Asset ID of the holding.

deleted?

optional deleted: boolean

Whether or not the asset holding is currently deleted from its account.

is-frozen

is-frozen: boolean

whether or not the holding is frozen.

opted-in-at-round?

optional opted-in-at-round: number

Round during which the account opted into this asset holding.

opted-out-at-round?

optional opted-out-at-round: number

Round during which the account opted out of this asset holding.

Defined in

types.gen.ts:320