AssetHolding
AssetHolding:
object
Describes an asset held by an account.
Definition: data/basics/userBalance.go : AssetHolding
Type declaration
amount
amount:
number
[a] number of units held.
asset-id
asset-id:
number
Asset ID of the holding.
is-frozen
is-frozen:
boolean
[f] whether or not the holding is frozen.
Defined in
types.gen.ts:349