Post
Topic
Board BitcoinJ
Get transaction details using bitcoinj library
by
jgmBitcoin
on 22/05/2016, 22:12:39 UTC
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.