bitcoin_tools
bitcoin_tools copied to clipboard
support segwit?
does this library support segwit transaction? I mean can I create a segwit trx using this library?
It does not currently. I started to add SegWit support on the split
branch but I currently have no time for actively develop this.
I'd suggest you use https://github.com/summa-tx/riemann or https://github.com/petertodd/python-bitcoinlib if you're looking for something more production ready that supports SegWit.