LoadStateResult
LoadStateResult<
ErrorType
>:object
Result of the tevmLoadState
method.
This type represents the result returned by the tevmLoadState
method. It includes any errors that might have occurred during the state loading process.
Type Parameters
• ErrorType = TevmLoadStateError
Type declaration
errors?
optional
errors:ErrorType
[]
Description of the exception, if any occurred.