ContractParams
ContractParams<
TAbi
,TFunctionName
,TThrowOnFail
>:EncodeFunctionDataParameters
<TAbi
,TFunctionName
> &BaseCallParams
<TThrowOnFail
> &object
|object
|object
Parameters to execute a call on a contract with TEVM.
This type combines the parameters required for encoding function data with additional call parameters.
Type Parameters
• TAbi extends Abi
| readonly unknown
[] = Abi
The ABI type.
• TFunctionName extends ContractFunctionName
<TAbi
> = ContractFunctionName
<TAbi
>
The function name type from the ABI.
• TThrowOnFail extends boolean
= boolean
The type indicating whether to throw on failure.