Class BoxRef
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class BoxRef
Properties
|
Edit this page
View Source
App
Declaration
[JsonProperty("i", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Required]
[Key("i")]
public ulong App { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("n", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Required]
[Key("n")]
public byte[] Name { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeApp()
Declaration
public bool ShouldSerializeApp()
Returns
|
Edit this page
View Source
ShouldSerializeName()
Declaration
public bool ShouldSerializeName()
Returns