Package | Description |
---|---|
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
and block chain management. |
Modifier and Type | Method and Description |
---|---|
TxConfidenceTable |
Context.getConfidenceTable()
Returns the
TxConfidenceTable created by this context. |
TxConfidenceTable |
PeerGroup.getMemoryPool()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TransactionConfidence |
Transaction.getConfidence(TxConfidenceTable table)
Returns the confidence object for this transaction from the
TxConfidenceTable |
Copyright © 2016. All rights reserved.