Skip to content

callHandler

callHandler(client, options?): CallHandler

Parameters

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

The TEVM base client instance.

options? = {}

Optional parameters.

options.throwOnFail?: undefined | boolean = true

Whether to throw an error on failure.

Returns

CallHandler

The call handler function.

Defined in

packages/actions/src/Call/callHandler.js:45