dumpStateHandler
dumpStateHandler(
client
,options
?):DumpStateHandler
Creates a handler for dumping the TEVM state.
Parameters
• client: TevmNode
<"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
- The state dump handler function.