AppClientCallABIArgs
@algorandfoundation/algokit-utils / types/app-client / AppClientCallABIArgs
types/app-client.AppClientCallABIArgs
Hierarchy
-
Omit
<ABIAppCallArgs
,"method"
>↳
AppClientCallABIArgs
Table of contents
Properties
Properties
accounts
• Optional
accounts: (string
| Address
)[]
The address of any accounts to load in
Inherited from
Omit.accounts
Defined in
apps
• Optional
apps: number
[]
IDs of any apps to load into the foreignApps array
Inherited from
Omit.apps
Defined in
assets
• Optional
assets: number
[]
IDs of any assets to load into the foreignAssets array
Inherited from
Omit.assets
Defined in
boxes
• Optional
boxes: (BoxReference
| BoxIdentifier
| BoxReference
)[]
Any box references to load
Inherited from
Omit.boxes
Defined in
lease
• Optional
lease: string
| Uint8Array
The optional lease for the transaction
Inherited from
Omit.lease
Defined in
method
• method: string
If calling an ABI method then either the name of the method, or the ABI signature
Defined in
methodArgs
• methodArgs: ABIAppCallArg
[]
The ABI method args to pass in
Inherited from
Omit.methodArgs
Defined in
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.
Inherited from
Omit.rekeyTo