Group coins by the provided filters.
Declared in <wallet/spend.h>
FilteredOutputGroups
GroupOutputs(
CWallet const& wallet,
CoinsResult const& coins,
CoinSelectionParams const& coin_sel_params,
std::vector<SelectionFilter> const& filters);
The coins grouped according to the provided filters.
| Name | Description |
|---|---|
| wallet | The wallet that owns the coins. |
| coins | The available coins to group. |
| coin_sel_params | Parameters controlling how coins are grouped. |
| filters | The filters used to partition the coins. |