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

document and annotate TxIn #8

Closed peerchemist closed 6 years ago

SimoneBronzini commented 6 years ago

Thanks for your contribution! I'm not really into type annotations in Python. However, docstrings are highly appreciated!

peerchemist commented 6 years ago

Annotations help to understand the code easier, and if you use mypy they help to detect bugs and errors early on.

peerchemist commented 6 years ago

Hello,

will you merge this?

SimoneBronzini commented 6 years ago

Hi, sorry for the delay, I am quite busy in these days, I will merge as soon as possible.