Class ApplicationStateSchema
Specifies maximums on the number of each type that may be stored.
Inheritance
object
ApplicationStateSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class ApplicationStateSchema
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 |