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