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