chainside / btcpy

A Python3 SegWit-compliant library which provides tools to handle Bitcoin data structures in a simple fashion.
https://www.chainside.net
GNU Lesser General Public License v3.0
270 stars 73 forks source link

added type hints and improved readability in few places #47

Closed peerchemist closed 5 years ago

peerchemist commented 6 years ago

It helps a lot when figuring out the internal structure.