DumpStateResult
DumpStateResult<
ErrorType
>:object
Result of the dumpState method
Type parameters
• ErrorType = DumpStateError
Type declaration
errors?
optional
errors:ErrorType
[]
Description of the exception, if any occurred
state
state:
TevmState
The serialized tevm state
Source
result/DumpStateResult.ts:7