BaseContract
Algorand TypeScript / index / BaseContract
Defined in: base-contract.ts:9
The base type for all Algorand TypeScript contracts
Extended by
Section titled “Extended by”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new BaseContract():
BaseContract
Returns
Section titled “Returns”BaseContract
Methods
Section titled “Methods”approvalProgram()
Section titled “approvalProgram()”
abstractapprovalProgram():boolean|uint64
Defined in: base-contract.ts:13
The program to be run when the On Completion Action is != ClearState (3)
Returns
Section titled “Returns”boolean | uint64
clearStateProgram()
Section titled “clearStateProgram()”clearStateProgram():
boolean|uint64
Defined in: base-contract.ts:18
The program to be run when the On Completion Action is == ClearState (3)
Returns
Section titled “Returns”boolean | uint64