Interface ApplicationCallReferenceParams

Parameters for resource references in application transactions

interface ApplicationCallReferenceParams {
    convertToAccess?: boolean;
    holdings?: HoldingReference[];
    locals?: LocalsReference[];
}

Properties

convertToAccess?: boolean

If true, use the foreign accounts, apps, assets, boxes, holdings, and locals fields to construct the access list

holdings?: HoldingReference[]

A grouping of the asset index and address of the account

locals?: LocalsReference[]

A grouping of the application index and address of the account

Generated using TypeDoc