Namespace AVM.ClientGenerator.ABI.ARC56
Classes
AppDescriptionArc56
Represents an ARC32 app description
BareActions
Supported bare actions for the contract. An action is a combination of call/create and an OnComplete
CompilerInfo
CompilerVersion
ContractState
Defines the values that should be used for GlobalNumUint, GlobalNumByteSlice, LocalNumUint, and LocalNumByteSlice when creating the application
DefaultValue
Event
EventArgument
The arguments of the event, in order
Method
Every method in the contract is described via a Method interface. This interface is an extension of the one defined in ARC-4.
MethodActions
an action is a combination of call/create and an OnComplete
MethodArgument
MethodReturn
Information about the method's return value
NetworkInfo
Netowork data structure
ProgramSource
ProgramSourceInfo
The source information for the program.
RecommendationBox
Recommendations
Information that clients can use when calling the method
Schema
SchemaValues
ScratchVariable
SourceInfo
The source information details.
SourceInfoArgument
Information about the TEAL programs
StorageKey
Describes a single key in app storage.
StorageMap
Describes a mapping of key-value pairs in storage.
StructField
StructField data structure