MetaMask / eth-method-registry

A JS library for getting Solidity method data from a four-byte method signature
ISC License
21 stars 13 forks source link

Make registry properties private #31

Closed Gudahtt closed 3 years ago

Gudahtt commented 3 years ago

We don't make use of these properties in our use of this package, and being able to mutate them does make it easy to break this module. They have been made private, which dramatically decreases the API surface of this package.