Interface HoldingReference

A grouping of the asset index and address of the account

interface HoldingReference {
    address: string | Address;
    assetIndex: number | bigint;
}

Properties

Properties

address: string | Address

The address of the account holding the asset

assetIndex: number | bigint

The asset index of the holding

Generated using TypeDoc