Skip to content

deployHandler

deployHandler(client, options?): DeployHandler

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

DeployHandler

The deploy handler function.

Defined in

packages/actions/src/Deploy/deployHandler.js:37