Class BoxReference
Inherited Members
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class BoxReference
Properties
| Edit this page View SourceApp
Declaration
[JsonProperty("app", Required = Required.Always)]
[Required]
[Key("app")]
public ulong App { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong |
Name
Declaration
[JsonProperty("name", Required = Required.Always)]
[Required]
[Key("name")]
public byte[] Name { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |