| Package | Description |
|---|---|
| com.google.bitcoin.core | |
| com.google.bitcoin.wallet |
| Class and Description |
|---|
| CoinSelector
A CoinSelector is responsible for picking some outputs to spend, from the list of all spendable outputs.
|
| RiskAnalysis.Analyzer |
| WalletFiles
A class that handles atomic and optionally delayed writing of the wallet file to disk.
|
| WalletFiles.Listener
Implementors can do pre/post treatment of the wallet file.
|
| WalletTransaction
Stores data about a transaction that is only relevant to the
Wallet class. |
| Class and Description |
|---|
| AllowUnconfirmedCoinSelector
This coin selector will select any transaction at all, regardless of where it came from or whether it was
confirmed yet.
|
| CoinSelection
Represents the results of a
CoinSelector.select(java.math.BigInteger, java.util.LinkedList) operation. |
| CoinSelector
A CoinSelector is responsible for picking some outputs to spend, from the list of all spendable outputs.
|
| DefaultCoinSelector
This class implements a
CoinSelector which attempts to get the highest priority
possible. |
| DefaultRiskAnalysis
The default risk analysis.
|
| DefaultRiskAnalysis.Analyzer |
| RiskAnalysis
A RiskAnalysis represents an analysis of how likely it is that a transaction (and its dependencies) represents a
possible double spending attack.
|
| RiskAnalysis.Analyzer |
| RiskAnalysis.Result |
| WalletFiles.Listener
Implementors can do pre/post treatment of the wallet file.
|
| WalletTransaction.Pool |
Copyright © 2014. All rights reserved.