karask / python-bitcoin-utils

Library to interact with the Bitcoin network. Ideal for low-level learning and experimenting.
MIT License
262 stars 99 forks source link

Block Class Added #99

Closed guptamukund22 closed 1 week ago

guptamukund22 commented 2 weeks ago

Block class and BlockHeader class added in Block.py. Test cases for blocks having legacy, v0 segwit and v1 segwit have also been added to tests directory.