Class Recommendations
Information that clients can use when calling the method
Inherited Members
Namespace: AVM.ClientGenerator.ABI.ARC56
Assembly: Algorand.dll
Syntax
public class Recommendations
Properties
| Edit this page View SourceAccounts
Recommended foreign accounts
Declaration
[JsonProperty("accounts")]
public List<string> Accounts { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
Apps
Recommended foreign apps
Declaration
[JsonProperty("apps")]
public List<int> Apps { get; set; }
Property Value
| Type | Description |
|---|---|
| List<int> |
Assets
Recommended foreign assets
Declaration
[JsonProperty("assets")]
public List<int> Assets { get; set; }
Property Value
| Type | Description |
|---|---|
| List<int> |
Boxes
Recommended box references to include
Declaration
[JsonProperty("boxes")]
public List<RecommendationBox> Boxes { get; set; }
Property Value
| Type | Description |
|---|---|
| List<RecommendationBox> |
InnerTransactionCount
The number of inner transactions the caller should cover the fees for
Declaration
[JsonProperty("innerTransactionCount")]
public int? InnerTransactionCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |