compileArc4
Algorand TypeScript / arc4 / compileArc4
compileArc4<
TContract>(contract,options?):ContractProxy<TContract>
Defined in: arc4/c2c.ts:105
Pre compile the target ARC4 contract and return a proxy object for constructing inner transactions to call an instance of that contract.
Type Parameters
Section titled “Type Parameters”TContract
Section titled “TContract”TContract extends Contract
Parameters
Section titled “Parameters”contract
Section titled “contract”ConstructorFor<TContract>
An ARC4 contract class
options?
Section titled “options?”Compile contract arguments
Returns
Section titled “Returns”ContractProxy<TContract>