Group coins by the provided filters.
Synopsis
Declared in <wallet/spend.h>
FilteredOutputGroups
GroupOutputs(
CWallet const& wallet,
CoinsResult const& coins,
CoinSelectionParams const& coin_sel_params,
std::vector<SelectionFilter> const& filters);
Return Value
The coins grouped according to the provided filters.
Parameters
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. |
Created with MrDocs