python-bitcoin-blockchain-parser
python-bitcoin-blockchain-parser copied to clipboard
Transaction fee
I'm trying to calculate a transaction fee. How should I do it with this parser? Ty
I tried to get input address and output address in each transaction, but tx.inputs and tx.outputs are transaction addresses, not wallet addresses. How can I get the user address of the transaction ?