Interface ResourceReference

interface ResourceReference {
    address?: string | Address;
    appIndex?: number | bigint;
    assetIndex?: number | bigint;
    box?: BoxReference;
    holding?: HoldingReference;
    locals?: LocalsReference;
}

Properties

address?: string | Address

Address string, any additional accounts to supply to the application

appIndex?: number | bigint

A unique application ID

assetIndex?: number | bigint

Asset index uniquely specifying the asset

Box definition: application ID and a name of the box

Holding definition: asset ID and account address

Local state definition: application ID and account address

Generated using TypeDoc