Class Box
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class Box
Properties
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name", Required = Required.Always)]
[Required]
[Key("name")]
public byte[] Name { get; set; }
Property Value
|
Edit this page
View Source
Round
Declaration
[JsonProperty("round", Required = Required.Always)]
[Required]
[Key("round")]
public ulong Round { get; set; }
Property Value
|
Edit this page
View Source
Value
Declaration
[JsonProperty("value", Required = Required.Always)]
[Required]
[Key("value")]
public byte[] Value { get; set; }
Property Value