> On 12 Jan 2018, at 11:51, Andreas Schildbach <andr...@schildbach.de> wrote:
> 
> You can use Transaction.getUpdateTime() if you know a tx is confirmed
> (see its confidence to know that).

Thanks!

> 
> 
> On 01/09/2018 11:27 PM, Manfred Karrer wrote:
>> What is the best way to access the date when the block containing a 
>> transaction was mined?
>> 
>> With:
>> <pre>
>> final StoredBlock storedBlock = vChain.getBlockStore().get(tx.getHash());
>> </pre>
>> the storedBlock is null.
>> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "bitcoinj" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to bitcoinj+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"bitcoinj" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bitcoinj+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to