wallet::SelectionResult::GetSelectedValue

Get the sum of the input values

Synopsis

Declared in <wallet/coinselection.h>

[[nodiscard]]
CAmount
GetSelectedValue() const;

Return Value

The total value of the selected inputs.

NOTE

The return value should not be discarded.