callHandler
callHandler(
client
,options
?):CallHandler
Parameters
• client: TevmNode
<"fork"
| "normal"
, object
>
The TEVM base client instance.
• options? = {}
Optional parameters.
• options.throwOnFail?: undefined
| boolean
= true
Whether to throw an error on failure.
Returns
The call handler function.