$StateSchema
const
$StateSchema:object
Type declaration
description
readonly
description: “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
readonly
properties:object
properties.num-byte-slice
readonly
properties.num-byte-slice:object
properties.num-byte-slice.description
readonly
properties.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
readonly
properties.num-byte-slice.type:"integer"
='integer'
properties.num-byte-slice.x-algorand-format
readonly
properties.num-byte-slice.x-algorand-format:"uint64"
='uint64'
properties.num-uint
readonly
properties.num-uint:object
properties.num-uint.description
readonly
properties.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
readonly
properties.num-uint.type:"integer"
='integer'
properties.num-uint.x-algorand-format
readonly
properties.num-uint.x-algorand-format:"uint64"
='uint64'
required
readonly
required: readonly ["num-byte-slice"
,"num-uint"
]
type
readonly
type:"object"
='object'
Defined in
schemas.gen.ts:1103