ApeWorX / ethpm-types

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

feat: support hex str selector and fix typing issues #53

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

NOTE: This PR will save me from having to put type ignores in another PR, that is how it relates.

How I did it

singledispatch method overrides. I thought I could put unions in there but it wasn't like that, so not as clean as I would have liked.

How to verify it

Checklist