rust-ethereum / ethabi

Encode and decode smart contract invocations
Apache License 2.0
517 stars 186 forks source link

Reexport ethereum-types #216

Closed vkgnosis closed 3 years ago

vkgnosis commented 3 years ago

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.