types app spec.AppSpec
@algorandfoundation/algokit-utils / types/app-spec / AppSpec
Interface: AppSpec¶
types/app-spec.AppSpec
An ARC-0032 Application Specification see https://github.com/algorandfoundation/ARCs/pull/150
Table of contents¶
Properties¶
Properties¶
bare_call_config¶
• bare_call_config: CallConfig
The config of all BARE calls (i.e. non ABI calls with no args)
Defined in¶
contract¶
• contract: ABIContractParams
The ABI-0004 contract definition see https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0004.md
Defined in¶
hints¶
• hints: HintSpec
Method call hints
Defined in¶
schema¶
• schema: SchemaSpec
The values that make up the local and global state
Defined in¶
source¶
• source: AppSources
The TEAL source
Defined in¶
state¶
• state: StateSchemaSpec
The rolled-up schema allocation values for local and global state