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.