Class StateSchema
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class StateSchema
Properties
|
Edit this page
View Source
NumByteSlice
Declaration
[JsonProperty("nbs", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("nbs")]
public ulong? NumByteSlice { get; set; }
Property Value
|
Edit this page
View Source
NumUint
Declaration
[JsonProperty("nui", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("nui")]
public ulong? NumUint { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeNumByteSlice()
Declaration
public bool ShouldSerializeNumByteSlice()
Returns
|
Edit this page
View Source
ShouldSerializeNumUint()
Declaration
public bool ShouldSerializeNumUint()
Returns