Skip to content

contract

Algorand TypeScript


Algorand TypeScript / index / contract

contract(options): <T>(contract, ctx) => never

Defined in: base-contract.ts:86

The contract decorator can be used to specify additional configuration options for a smart contract

ContractOptions

An object containing the configuration options

<T>(contract, ctx): never

T extends ConstructorFor<BaseContract>

T

ClassDecoratorContext

never