gcarq / rusty-blockparser

Bitcoin Blockchain Parser written in Rust language
GNU General Public License v3.0
369 stars 145 forks source link

How to get "address from" the value has been sent? (or csv with outflows instead of inflows) #78

Open TomaszKot2 opened 3 years ago

TomaszKot2 commented 3 years ago

In "tx_out" I can see the address that was the receipient of BTC. May I kindly ask you how can I also get a column (or another row) with address that was sender in this transaction?

Or alternatively, how could I get similar base to "tx_out", but containing all the outflows of BTC (instead of inflows) containing txid, value and address?

Thank you for your help!