Skip to content

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