[#wallet-OutputGroup-GetSelectionAmount] = xref:wallet.adoc[wallet]::xref:wallet/OutputGroup.adoc[OutputGroup]::GetSelectionAmount :relfileprefix: ../../ :mrdocs: Return the value used for this group during coin selection. == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CAmount.adoc[CAmount] GetSelectionAmount() const; ---- == Return Value The effective value, or the real value when subtracting fees from outputs. [.small]#Created with https://www.mrdocs.com[MrDocs]#