Package org.bitcoinj.wallet
Class CoinSelection
java.lang.Object
org.bitcoinj.wallet.CoinSelection
Represents the results of a
CoinSelector.select(Coin, List)
operation. A
coin selection represents a list of spendable transaction outputs that sum together to give valueGathered.
Different coin selections could be produced by different coin selectors from the same input set, according
to their varying policies.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
valueGathered
-
gathered
-
-
Constructor Details
-
CoinSelection
-