wallet::SelectionResult::GetSelectedEffectiveValue

Return the sum of the effective values of the selected inputs.

Synopsis

Declared in <wallet/coinselection.h>

[[nodiscard]]
CAmount
GetSelectedEffectiveValue() const;

Return Value

The total effective value of the selection.

NOTE

The return value should not be discarded.