Skip to content

CoreAppCallArgs

@algorandfoundation/algokit-utils / types/app / CoreAppCallArgs

types/app.CoreAppCallArgs

Common app call arguments for ABI and non-ABI (raw) calls

Optional accounts: (string | Address)[]

The address of any accounts to load in

src/types/app.ts:79


Optional apps: number[]

IDs of any apps to load into the foreignApps array

src/types/app.ts:81


Optional assets: number[]

IDs of any assets to load into the foreignAssets array

src/types/app.ts:83


Optional boxes: (BoxReference | BoxIdentifier | BoxReference)[]

Any box references to load

src/types/app.ts:77


Optional lease: string | Uint8Array

The optional lease for the transaction

src/types/app.ts:75


Optional rekeyTo: string | SendTransactionFrom

Optional account / account address that should be authorised to transact on behalf of the from account the app call is sent from after this transaction.

Note: Use with extreme caution and review the official rekey guidance first.

src/types/app.ts:88