Skip to content

dumpStateHandler

dumpStateHandler(client, options?): DumpStateHandler

Parameters

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

The TEVM client instance.

options? = {}

Optional settings.

options.throwOnFail?: undefined | boolean

Whether to throw an error if the state dump fails.

Returns

DumpStateHandler

  • The state dump handler function.

Defined in

packages/actions/src/DumpState/dumpStateHandler.js:30