Skip to content

setAccountHandler

setAccountHandler(client, options?): SetAccountHandler

Creates an SetAccountHandler for handling account params with Ethereumjs EVM

Parameters

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

options?= {}

options.throwOnFail?: undefined | boolean

whether to default to throwing or not when errors occur

Returns

SetAccountHandler

Source

packages/actions/src/SetAccount/setAccountHandler.js:16