ethereumjs / ethereumjs-block

Project is in active development and has been moved to the EthereumJS VM monorepo.
https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/block
Mozilla Public License 2.0
42 stars 49 forks source link

Type interface for Block #83

Closed ryanio closed 4 years ago

ryanio commented 4 years ago

It would be nice if we had an exportable type for Block.

We are using any in ethereumjs-blockchain and it's no fun.

holgerd77 commented 4 years ago

TypeScript version of this library is merged to master but not released yet, see discussion here https://github.com/ethereumjs/ethereumjs-block/pull/74.

ryanio commented 4 years ago

Gotcha, thanks!