Uses of Class
com.google.bitcoin.core.TransactionConfidence.ConfidenceType

Packages that use TransactionConfidence.ConfidenceType
com.google.bitcoin.core   
 

Uses of TransactionConfidence.ConfidenceType in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that return TransactionConfidence.ConfidenceType
 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.
 

Methods in com.google.bitcoin.core with parameters of type TransactionConfidence.ConfidenceType
 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.