| 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. | 
| org.bitcoinj.wallet | 
 Classes that support the  
Wallet, which knows how to find and save transactions relevant to
 a set of keys or scripts, calculate balances, and spend money: the wallet has many features and can be extended
 in various ways, please refer to the website for documentation on how to use it. | 
| Modifier and Type | Method and Description | 
|---|---|
Map<Sha256Hash,Transaction> | 
TransactionBag.getTransactionPool(WalletTransaction.Pool pool)
Returns transactions from a specific pool. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WalletTransaction.Pool | 
WalletTransaction.getPool()  | 
static WalletTransaction.Pool | 
WalletTransaction.Pool.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static WalletTransaction.Pool[] | 
WalletTransaction.Pool.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Wallet.getPoolSize(WalletTransaction.Pool pool)  | 
Map<Sha256Hash,Transaction> | 
Wallet.getTransactionPool(WalletTransaction.Pool pool)
Returns transactions from a specific pool. 
 | 
boolean | 
Wallet.poolContainsTxHash(WalletTransaction.Pool pool,
                  Sha256Hash txHash)  | 
| Constructor and Description | 
|---|
WalletTransaction(WalletTransaction.Pool pool,
                 Transaction transaction)  | 
Copyright © 2016. All rights reserved.