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.

Implements

Constructors

Properties

numByteSlice: number

Maximum number of TEAL byte slices that may be stored in the key/value store.

numUint: number

Maximum number of TEAL uints that may be stored in the key/value store.

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc