Struct StateSchema
Assembly: cs.temp.dll.dll
Syntax
public struct StateSchema : IEquatable<StateSchema>
Properties
NumByteSlice
Maximum number of TEAL byte slices that may be stored in the key/value store.
Declaration
public ulong NumByteSlice { get; set; }
Property Value
NumUint
Maximum number of TEAL uints that may be stored in the key/value store.
Declaration
public ulong NumUint { get; set; }
Property Value
Methods
Equals(StateSchema)
Declaration
public bool Equals(StateSchema other)
Parameters
Returns