Class TealValue
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class TealValue
Properties
|
Edit this page
View Source
Bytes
Declaration
[JsonProperty("bytes", Required = Required.Always)]
[Key("bytes")]
[Required]
public string Bytes { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type", Required = Required.Always)]
[Key("type")]
[Required]
public ulong Type { get; set; }
Property Value
|
Edit this page
View Source
Uint
Declaration
[JsonProperty("uint", Required = Required.Always)]
[Key("uint")]
[Required]
public ulong Uint { get; set; }
Property Value