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