wallet::SelectionResult::GetTotalBumpFees

Return the total ancestor bump fees of the selected inputs.

Synopsis

Declared in <wallet/coinselection.h>

[[nodiscard]]
CAmount
GetTotalBumpFees() const;

Return Value

The summed bump fees.

NOTE

The return value should not be discarded.