5
1
I am developing simple Bitcoin application using the bitcoinj library: The user enters the hash of a transaction and my application should return detailed information about that transaction.
How can I load that transaction? Is there a function like peer.getBlock() for transactions?
Well how does then bitcoinj downloads relevant transaction from it's peers ? Isn't it possible to ask peers to get particular transaction ? – Pavel Niedoba – 2016-02-21T14:03:38.297
@PavelNiedoba Here's a link to more details on how SPV works: https://multibit.org/en/help/hd0.2/how-spv-works.html
– Gary Rowe – 2016-02-21T21:41:52.013