callHandler
callHandler(
client
,options
?):CallHandler
Creates a code splitable instance of client.tevmCall
action
Parameters
• client: BaseClient
<"fork"
| "normal"
, object
>
• options?= {}
• options.throwOnFail?: undefined
| boolean
= true
Returns
Throws
if throwOnFail is true returns TevmCallError as value
Example
Source
packages/actions/src/Call/callHandler.js:61