Class KvDelta
Inheritance
object
KvDelta
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 KvDelta
Properties
| Improve this Doc View SourceKey
Declaration
[JsonProperty("key", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] Key { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
Value
Declaration
[JsonProperty("value", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] Value { get; set; }
Property Value
Type | Description |
---|---|
byte[] |