types indexer.StateSchema
@algorandfoundation/algokit-utils / types/indexer / StateSchema
Interface: StateSchema¶
types/indexer.StateSchema
Represents a [apls] local-state or [apgs] global-state schema. https://developer.algorand.org/docs/rest-apis/indexer/#stateschema
These schemas determine how much storage may be used in a local-state or global-state for an application.
The more space used, the larger minimum balance must be maintained in the account holding the data.
Table of contents¶
Properties¶
Properties¶
num-byte-slice¶
• num-byte-slice: number
Maximum number of TEAL byte slices that may be stored in the key/value store.
Defined in¶
num-uint¶
• num-uint: number
Maximum number of TEAL uints that may be stored in the key/value store.