[#wallet-SelectionResult-GetTotalBumpFees] = xref:wallet.adoc[wallet]::xref:wallet/SelectionResult.adoc[SelectionResult]::GetTotalBumpFees :relfileprefix: ../../ :mrdocs: Return the total ancestor bump fees of the selected inputs. == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] xref:CAmount.adoc[CAmount] GetTotalBumpFees() const; ---- == Return Value The summed bump fees. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#