ApeWorX / ethpm-types

Implementation of EIP-2678
Apache License 2.0
14 stars 8 forks source link

feat: disallow mutation of abi type #35

Closed banteg closed 2 years ago

banteg commented 2 years ago

What I did

Disallowed mutation of ABIType, there is no reason to modify it after instantiation.

How I did it

How to verify it

Checklist