Class AvmValue
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class AvmValue
Properties
|
Edit this page
View Source
Bytes
Declaration
[JsonProperty("bytes", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("bytes")]
public byte[] Bytes { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type", Required = Required.Always)]
[Required]
[Key("type")]
public ulong Type { 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