StateSchema
StateSchema:
object
Represents a [apls] local-state or [apgs] global-state schema. 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.
Type declaration
num-byte-slice
num-byte-slice:
number
Maximum number of TEAL byte slices that may be stored in the key/value store.
num-uint
num-uint:
number
Maximum number of TEAL uints that may be stored in the key/value store.
Defined in
types.gen.ts:839