2
1
I am trying to develop an application using bitcoinj library. I want to get the bitcoin transaction details.
The details, that I want to extract from a transaction includes the following.
1) Who send me the transaction (Address and Public Key of the sender).
2) The amount that I received.
3) When was the transaction issued.
4) Get the data stored in the transaction in OP_RETURN.
There is no single "sender" address in Bitcoin, a transaction may be funded from balances of multiple addresses. – Murch – 2016-06-13T15:44:59.223