[#wallet-OutputGroup-2constructor-01c] = xref:wallet.adoc[wallet]::xref:wallet/OutputGroup.adoc[OutputGroup]::OutputGroup :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<wallet/coinselection.h>` Construct an empty output group. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:wallet/OutputGroup/2constructor-03.adoc[OutputGroup]() = default; ---- [.small]#xref:wallet/OutputGroup/2constructor-03.adoc[_» more..._]# Construct an output group seeded from coin selection parameters. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/OutputGroup/2constructor-015.adoc[OutputGroup](xref:wallet/CoinSelectionParams.adoc[CoinSelectionParams] const& params); ---- [.small]#xref:wallet/OutputGroup/2constructor-015.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *params* | Parameters providing the long‐term feerate and fee‐subtraction setting. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#