ethereumjs / ethereumjs-blockstream

Reliable stream of Ethereum blocks
MIT License
80 stars 19 forks source link

Adds support for a wider variety of Block and Log models. #11

Closed MicahZoltu closed 6 years ago

MicahZoltu commented 6 years ago

Depending on the library you are using to provide blocks/logs to blockstream, your Block and Log model may not align exactly with the model this library was using. Now as long as you meet some very basic minimum interface requirements you can use any Block/Log model you want.