Class ValueDelta
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
[MessagePackFormatter(typeof(ValueDeltaFormatterMsgPack))]
public class ValueDelta
Properties
|
Edit this page
View Source
Bytes
Declaration
[JsonProperty("bs", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(ValueDeltaBytesConverterJson))]
[Key("bs")]
public string? Bytes { get; set; }
Property Value
|
Edit this page
View Source
DeltaAction
Declaration
[JsonProperty("at", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("at")]
public ulong DeltaAction { get; set; }
Property Value
|
Edit this page
View Source
Uint64
Declaration
[JsonProperty("ui", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("ui")]
public ulong? Uint64 { get; set; }
Property Value