Optional accessResources accessed by the application
Optional accountsArray of Address strings, any additional accounts to supply to the application
Optional appArray of Uint8Array, any additional arguments to the application
A unique application ID
Optional approvalThe compiled TEAL that approves a transaction
Optional boxesA grouping of the app ID and name of the box in an Uint8Array
Optional clearThe compiled TEAL program that runs when clearing state
Optional extraInt representing extra pages of memory to rent during an application create transaction.
Optional foreignArray of int, any other apps used by the application, identified by index
Optional foreignArray of int, any assets used by the application, identified by index
Optional numRestricts number of byte slices in global state
Optional numRestricts number of ints in global state
Optional numRestricts number of byte slices in per-user local state
Optional numRestricts number of ints in per-user local state
What application should do once the program has been run
Optional rejectThe lowest application version for which this transaction should immediately fail. 0 indicates that no version check should be performed.
Generated using TypeDoc
Contains application call transaction parameters.
The full documentation is available at: https://developer.algorand.org/docs/get-details/transactions/transactions/#application-call-transaction