$StateSchema
const$StateSchema:object
Type declaration
description
readonlydescription: “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.” ='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.'
properties
readonlyproperties:object
properties.num-byte-slice
readonlyproperties.num-byte-slice:object
properties.num-byte-slice.description
readonlyproperties.num-byte-slice.description:"Maximum number of TEAL byte slices that may be stored in the key/value store."='Maximum number of TEAL byte slices that may be stored in the key/value store.'
properties.num-byte-slice.type
readonlyproperties.num-byte-slice.type:"integer"='integer'
properties.num-byte-slice.x-algorand-format
readonlyproperties.num-byte-slice.x-algorand-format:"uint64"='uint64'
properties.num-uint
readonlyproperties.num-uint:object
properties.num-uint.description
readonlyproperties.num-uint.description:"Maximum number of TEAL uints that may be stored in the key/value store."='Maximum number of TEAL uints that may be stored in the key/value store.'
properties.num-uint.type
readonlyproperties.num-uint.type:"integer"='integer'
properties.num-uint.x-algorand-format
readonlyproperties.num-uint.x-algorand-format:"uint64"='uint64'
required
readonlyrequired: readonly ["num-byte-slice","num-uint"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:1103