Class BoxDescriptor
Inheritance
BoxDescriptor
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class BoxDescriptor
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
Value
Declaration
[JsonProperty("value", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("value")]
public byte[] Value { get; set; }
Property Value