Constructors
Declared in <wallet/coinselection.h>
Construct an empty output group.
constexpr
OutputGroup() = default;
» more...
Construct an output group seeded from coin selection parameters.
OutputGroup(CoinSelectionParams const& params);
» more...
| Name | Description |
|---|---|
| params | Parameters providing the long-term feerate and fee-subtraction setting. |