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.Algod.Model.Transactions
Assembly: Algorand.dll
Syntax
public class StateSchema
Properties
| Improve this Doc View SourceNumByteSlice
Declaration
[JsonProperty("nbs", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? NumByteSlice { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
NumUint
Declaration
[JsonProperty("nui", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? NumUint { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Methods
| Improve this Doc View SourceShouldSerializeNumByteSlice()
Declaration
public bool ShouldSerializeNumByteSlice()
Returns
Type | Description |
---|---|
bool |
ShouldSerializeNumUint()
Declaration
public bool ShouldSerializeNumUint()
Returns
Type | Description |
---|---|
bool |