contract
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
Parameters
Section titled “Parameters”options
Section titled “options”An object containing the configuration options
Returns
Section titled “Returns”<
T>(contract,ctx):never
Type Parameters
Section titled “Type Parameters”T extends ConstructorFor<BaseContract>
Parameters
Section titled “Parameters”contract
Section titled “contract”T
ClassDecoratorContext
Returns
Section titled “Returns”never