Class MethodActions
an action is a combination of call/create and an OnComplete
Inherited Members
Namespace: AVM.ClientGenerator.ABI.ARC56
Assembly: Algorand.dll
Syntax
public class MethodActions
Properties
| Edit this page View SourceCall
OnCompletes this method allows when appID !== 0
Declaration
[JsonProperty("call")]
public List<string> Call { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
Create
OnCompletes this method allows when appID === 0
Declaration
[JsonProperty("create")]
public List<string> Create { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |