Class KvDelta
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class KvDelta
Properties
|
Edit this page
View Source
Key
Declaration
[JsonProperty("key", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("key")]
public byte[] Key { get; set; }
Property Value
|
Edit this page
View Source
Value
Declaration
[JsonProperty("value", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("value")]
public byte[] Value { get; set; }
Property Value