Skip to content

compileArc4

Algorand TypeScript


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.

TContract extends Contract

ConstructorFor<TContract>

An ARC4 contract class

CompileContractOptions

Compile contract arguments

ContractProxy<TContract>