DumpStateResult
DumpStateResult<
ErrorType>:object
Result of the dumpState method
Type parameters
| Parameter | Default |
|---|---|
ErrorType | DumpStateError |
Type declaration
errors
errors?:
ErrorType[]
Description of the exception, if any occurred
state
state:
SerializableTevmState
The serialized tevm state
Source
result/DumpStateResult.ts:7
Generated using typedoc-plugin-markdown and TypeDoc