Skip to content

BaseContract

Algorand TypeScript


Algorand TypeScript / index / BaseContract

Defined in: base-contract.ts:9

The base type for all Algorand TypeScript contracts

new BaseContract(): BaseContract

BaseContract

abstract approvalProgram(): boolean | uint64

Defined in: base-contract.ts:13

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

boolean | uint64


clearStateProgram(): boolean | uint64

Defined in: base-contract.ts:18

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

boolean | uint64