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

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

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

Methods in com.google.bitcoin.core that return TransactionConfidence.Source
 TransactionConfidence.Source TransactionConfidence.getSource()
          The source of a transaction tries to identify where it came from originally.
static TransactionConfidence.Source TransactionConfidence.Source.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransactionConfidence.Source[] TransactionConfidence.Source.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.Source
 void TransactionConfidence.setSource(TransactionConfidence.Source source)
          The source of a transaction tries to identify where it came from originally.
 



Copyright © 2014. All rights reserved.