Skip to content

ContractProxyMethod

Algorand TypeScript


Algorand TypeScript / arc4 / ContractProxyMethod

ContractProxyMethod<TMethod> = TMethod extends (…args) => infer TReturn ? (fields?) => TypedApplicationCallResponse<TReturn> : never

Defined in: arc4/c2c.ts:71

Conditional type which maps an ABI method to a factory method for constructing an application call transaction to call that method.

TMethod