DumpStateHandler
DumpStateHandler: (
params
?) =>Promise
<DumpStateResult
>
Dumps the current state of the VM into a JSON-seralizable object
State can be dumped as follows
Examples
And then loaded as follows
Parameters
• params?: BaseParams
Returns
Promise
<DumpStateResult
>
Source
packages/actions/src/DumpState/DumpStateHandlerType.ts:21