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