wallet::OutputGroup::OutputGroup

Constructors

Synopses

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...

Parameters

NameDescription
paramsParameters providing the long-term feerate and fee-subtraction setting.