Class EvalDelta
Represents a TEAL value delta.
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class EvalDelta
Properties
|
Edit this page
View Source
Action
Declaration
[JsonProperty("action", Required = Required.Always)]
[Key("action")]
[Required]
public ulong Action { get; set; }
Property Value
|
Edit this page
View Source
Bytes
Declaration
[JsonProperty("bytes", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("bytes")]
public string Bytes { get; set; }
Property Value
|
Edit this page
View Source
Uint
Declaration
[JsonProperty("uint", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("uint")]
public ulong? Uint { get; set; }
Property Value