StateTotals
Algorand TypeScript / index / <internal> / StateTotals
StateTotals =
object
Defined in: base-contract.ts:31
Options class to manually define the total amount of global and local state contract will use.
This is not required when all state is assigned to this., but is required if a
contract dynamically interacts with state via AppGlobal.getBytes etc, or if you want
to reserve additional state storage for future contract updates, since the Algorand protocol
doesn’t allow increasing them after creation.
Properties
Section titled “Properties”globalBytes?
Section titled “globalBytes?”
optionalglobalBytes:number
Defined in: base-contract.ts:33
globalUints?
Section titled “globalUints?”
optionalglobalUints:number
Defined in: base-contract.ts:32
localBytes?
Section titled “localBytes?”
optionallocalBytes:number
Defined in: base-contract.ts:35
localUints?
Section titled “localUints?”
optionallocalUints:number
Defined in: base-contract.ts:34