The application.
The key.
True if the box exists, false otherwise.
Deletes a box for an application by key.
The application.
The key.
True if the box was deleted, false otherwise.
Retrieves an account by address.
The account address.
The account.
Retrieves an application for a given approval program.
The approval program.
The application or undefined if not found.
Retrieves block data by index.
The block index.
The block data.
Retrieves a box for an application by key.
The application.
The key.
The box data.
Retrieves global state for an application by key.
The application.
The key.
The global state and a boolean indicating if it was found.
Retrieves local state for an application and account by key.
The application.
The account.
The key.
The local state and a boolean indicating if it was found.
Patches account data with the provided partial data.
The account.
The partial account data.
Patches application data with the provided partial data.
The application.
The partial application data.
Patches asset data with the provided partial data.
The asset.
The partial asset data.
Patches block data with the provided partial data.
The block index.
The partial block data.
Patches global data with the provided partial data.
The partial global data.
Patches voter data with the provided partial data.
The account.
The partial voter data.
Sets a box for an application by key.
The application.
The key.
The box data.
Sets global state for an application by key.
The application.
The key.
The value (optional).
Sets local state for an application and account by key.
The application.
The account.
The key.
The value (optional).
Update asset holdings for account, only specified values will be updated. AccountType will also be opted-in to asset
Optionalbalance: Uint64CompatOptionalfrozen: boolean
Checks if a box exists for an application by key.