rust-ethereum / ethabi

Encode and decode smart contract invocations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reexport ethereum-types

vkgnosis opened this issue · comments

For downstream crates it might be useful if ethabi reexported ethereum-types so that they can use it through ethabi instead of having to make sure they depend on the same version manually.