Class StateSchema
Inheritance
object
StateSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class StateSchema
Properties
| Improve this Doc View SourceNumByteSlice
Declaration
[JsonProperty("num-byte-slice", Required = Required.Always)]
[Required]
public ulong NumByteSlice { get; set; }
Property Value
Type | Description |
---|---|
ulong |
NumUint
Declaration
[JsonProperty("num-uint", Required = Required.Always)]
[Required]
public ulong NumUint { get; set; }
Property Value
Type | Description |
---|---|
ulong |