ethereum / eth-typing

Python types for type hinting commonly used ethereum types
MIT License
31 stars 35 forks source link

Add NodeID type #24

Closed pipermerriam closed 4 years ago

pipermerriam commented 4 years ago

What was wrong?

After pulling the eth-enr library out we need a common type for NodeID across repositories.

How was it fixed?

Added a NewType("NodeID", bytes)

Cute Animal Picture

t5pzs