@tevm/errors
v1.0.0-next.118
Published
A typesafe library for writing forge scripts in typescript
Downloads
1,111
Maintainers
Readme
@tevm/errors
@tevm/errors
is the official tevm actions api spec represented as TypeScript types
This package has no javascript only typescript types.
The first implementation of this spec is @tevm/actions which implements it with Ethereumjs.
Installation
This package is available in the main tevm
package
import {ScriptHandler} from 'tevm/errors'
But can also be installed as a standalone package.
npm install --save-dev @tevm/errors