UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

3 lines 264 B
import type { InternalError, InvalidAddressError, InvalidParamsError, InvalidRequestError } from '@tevm/errors'; export type TevmMineError = InternalError | InvalidAddressError | InvalidParamsError | InvalidRequestError; //# sourceMappingURL=TevmMineError.d.ts.map