CallParams
CallParams =
object
Defined in: packages/toolboxes/src/evm/types.ts:57
Properties
Section titled “Properties”abi: readonly
JsonFragment
[]
Defined in: packages/toolboxes/src/evm/types.ts:60
callProvider?
Section titled “callProvider?”
optional
callProvider:Awaited
<ReturnType
<typeofgetProvider
>>
Defined in: packages/toolboxes/src/evm/types.ts:58
contractAddress
Section titled “contractAddress”contractAddress:
string
Defined in: packages/toolboxes/src/evm/types.ts:59
feeOption?
Section titled “feeOption?”
optional
feeOption:FeeOption
Defined in: packages/toolboxes/src/evm/types.ts:64
funcName
Section titled “funcName”funcName:
string
Defined in: packages/toolboxes/src/evm/types.ts:61
funcParams?
Section titled “funcParams?”
optional
funcParams:unknown
[]
Defined in: packages/toolboxes/src/evm/types.ts:62
txOverrides?
Section titled “txOverrides?”
optional
txOverrides:Partial
<Transaction
>
Defined in: packages/toolboxes/src/evm/types.ts:63