Skip to content

Contract

Algorand TypeScript


Algorand TypeScript / arc4 / Contract

Defined in: arc4/index.ts:14

The base type for all ARC4 contracts in Algorand TypeScript

new Contract(): Contract

Contract

BaseContract.constructor

approvalProgram(): boolean

Defined in: arc4/index.ts:19

Default implementation of an ARC4 approval program, routes transactions to ABI or bare methods based on application args and on completion actions

boolean

BaseContract.approvalProgram


clearStateProgram(): boolean | uint64

Defined in: base-contract.ts:18

The program to be run when the On Completion Action is == ClearState (3)

boolean | uint64

BaseContract.clearStateProgram