| 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 |
|---|---|
TransactionConfidence.ConfidenceType |
TransactionConfidence.getConfidenceType()
Returns a general statement of the level of confidence you can have in this transaction.
|
static TransactionConfidence.ConfidenceType |
TransactionConfidence.ConfidenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionConfidence.ConfidenceType[] |
TransactionConfidence.ConfidenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionConfidence.setConfidenceType(TransactionConfidence.ConfidenceType confidenceType)
Called by other objects in the system, like a
Wallet, when new information about the confidence of a
transaction becomes available. |
Copyright © 2018. All rights reserved.