ContractProxyMethod
Algorand TypeScript / arc4 / ContractProxyMethod
ContractProxyMethod<
TMethod> =TMethodextends (…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.
Type Parameters
Section titled “Type Parameters”TMethod
Section titled “TMethod”TMethod