FelipeRosa / rust-ethereum-abi

Ethereum Smart Contract ABI parsing library.
MIT License
15 stars 7 forks source link

ABI abi::from_* custom errors #8

Closed FelipeRosa closed 3 years ago

FelipeRosa commented 3 years ago

Make abi::from_* return Result<Abi, Error> instead of Result<Abi, String>