Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for solidity error type (#251)
Add support for solidity error type, closes #225 following this spec https://docs.soliditylang.org/en/v0.8.10/abi-spec.html#errors codec is the same as functions Added serde tests and exposed similar functions for error on the `Contract`
- Loading branch information