MineError
MineError:
Error
Errors returned by tevm_mine method
Example
const {errors} = await tevm.mine({})
if (errors?.length) { console.log(errors[0].message)}
Source
packages/errors/src/actions/MineError.ts:11
MineError:
Error
Errors returned by tevm_mine method
const {errors} = await tevm.mine({})
if (errors?.length) { console.log(errors[0].message)}
packages/errors/src/actions/MineError.ts:11