Class RecommendationBox
Inherited Members
Namespace: AVM.ClientGenerator.ABI.ARC56
Assembly: Algorand.dll
Syntax
public class RecommendationBox
Properties
| Edit this page View SourceApp
The app ID for the box
Declaration
[JsonProperty("app")]
public int? App { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Key
The base64 encoded box key
Declaration
[JsonProperty("key")]
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReadBytes
The number of bytes being read from the box
Declaration
[JsonProperty("readBytes")]
public int ReadBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
WriteBytes
The number of bytes being written to the box
Declaration
[JsonProperty("writeBytes")]
public int WriteBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| int |