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.

Created with MrDocs