| Package | Description | 
|---|---|
| org.bitcoinj.core | The core package contains classes for network messages like  BlockandTransaction, peer connectivity viaPeerGroup,
 and block chain management. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TransactionConfidence. setSource(TransactionConfidence.Source source)The source of a transaction tries to identify where it came from originally. | 
Copyright © 2018. All rights reserved.