Bitcoin Forum

Bitcoin => BitcoinJ => Topic started by: jgmBitcoin on May 22, 2016, 10:12:39 PM



Title: Get transaction details using bitcoinj library
Post by: jgmBitcoin on May 22, 2016, 10:12:39 PM
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.