public class CoinSelection extends Object
CoinSelector.select(Coin, java.util.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.Modifier and Type | Field and Description |
---|---|
Collection<TransactionOutput> |
gathered |
Coin |
valueGathered |
Constructor and Description |
---|
CoinSelection(Coin valueGathered,
Collection<TransactionOutput> gathered) |
public Coin valueGathered
public Collection<TransactionOutput> gathered
public CoinSelection(Coin valueGathered, Collection<TransactionOutput> gathered)
Copyright © 2016. All rights reserved.