Skip to content

callHandler

callHandler(client, options?): CallHandler

Creates an CallHandler for handling call params with Ethereumjs EVM

Parameters

client: BaseClient<"fork" | "normal", object>

options?= {}

options.throwOnFail?: undefined | boolean= true

Returns

CallHandler

Source

packages/actions/src/tevm/callHandler.js:39