RawAppCallArgs
@algorandfoundation/algokit-utils / types/app / RawAppCallArgs
types/app.RawAppCallArgs
App call args with non-ABI (raw) values (minus some processing like encoding strings as binary)
Hierarchy
Section titled “Hierarchy”-
↳
RawAppCallArgs
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”accounts
Section titled “accounts”• Optional accounts: (string | Address)[]
The address of any accounts to load in
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”appArgs
Section titled “appArgs”• Optional appArgs: (string | Uint8Array)[]
Any application arguments to pass through
Defined in
Section titled “Defined in”• Optional apps: number[]
IDs of any apps to load into the foreignApps array
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”assets
Section titled “assets”• Optional assets: number[]
IDs of any assets to load into the foreignAssets array
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”• Optional boxes: (BoxReference | BoxIdentifier | BoxReference)[]
Any box references to load
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”• Optional lease: string | Uint8Array
The optional lease for the transaction
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”method
Section titled “method”• Optional method: undefined
Property to aid intellisense
Defined in
Section titled “Defined in”rekeyTo
Section titled “rekeyTo”• 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.