Class StateSchema


  • public class StateSchema
    extends PathResponse
    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.
    • Field Detail

      • numByteSlice

        public BigInteger numByteSlice
        Maximum number of TEAL byte slices that may be stored in the key/value store.
      • numUint

        public BigInteger numUint
        Maximum number of TEAL uints that may be stored in the key/value store.
    • Constructor Detail

      • StateSchema

        public StateSchema()