Class ApplicationStateSchema
Specifies maximums on the number of each type that may be stored.
Inheritance
ApplicationStateSchema
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class ApplicationStateSchema
Properties
|
Edit this page
View Source
NumByteSlice
Declaration
[JsonProperty("num-byte-slice", Required = Required.Always)]
[Key("num-byte-slice")]
[Required]
public ulong NumByteSlice { get; set; }
Property Value
|
Edit this page
View Source
NumUint
Declaration
[JsonProperty("num-uint", Required = Required.Always)]
[Key("num-uint")]
[Required]
public ulong NumUint { get; set; }
Property Value