Package | Description |
---|---|
com.google.bitcoin.core |
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 © 2014. All rights reserved.