Interface | Description |
---|---|
CoinSelector |
A CoinSelector is responsible for picking some outputs to spend, from the list of all spendable outputs.
|
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 | |
WalletFiles.Listener |
Implementors can do pre/post treatment of the wallet file.
|
Class | 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. |
DefaultCoinSelector |
This class implements a
CoinSelector which attempts to get the highest priority
possible. |
DefaultRiskAnalysis |
The default risk analysis.
|
DefaultRiskAnalysis.Analyzer | |
KeyTimeCoinSelector |
A coin selector that takes all coins assigned to keys created before the given timestamp.
|
WalletFiles |
A class that handles atomic and optionally delayed writing of the wallet file to disk.
|
WalletTransaction |
Stores data about a transaction that is only relevant to the
Wallet class. |
Enum | Description |
---|---|
RiskAnalysis.Result | |
WalletTransaction.Pool |
Copyright © 2014. All rights reserved.