btclib icon indicating copy to clipboard operation
btclib copied to clipboard

Re-import Tx subclasses into btclib.tx

Open matejcik opened this issue 3 years ago • 0 comments

It should be possible to write:

from btclib.tx import Tx, TxIn, TxOut

instead of manually importing each from btclib.tx.tx_whatever.

matejcik avatar Aug 05 '22 09:08 matejcik