@tevm/actions-types
v1.1.0-next.72
Published
A typesafe library for writing forge scripts in typescript
Downloads
30
Maintainers
Readme
@tevm/actions-types
@tevm/actions-types
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/actions-types'
But can also be installed as a standalone package.
npm install --save-dev @tevm/actions-types