abiCall
Algorand TypeScript / arc4 / abiCall
abiCall<
TMethod>(options):AbiCallResponse<TMethod>
Defined in: arc4/c2c.ts:126
Invokes the target ABI method using a strongly typed fields object.
Type Parameters
Section titled “Type Parameters”TMethod
Section titled “TMethod”TMethod
Parameters
Section titled “Parameters”options
Section titled “options”AbiCallOptions<TMethod>
Specify options for the abi call.
Returns
Section titled “Returns”AbiCallResponse<TMethod>