Return the sum of the effective value of all available coins, if known.
Declared in <wallet/spend.h>
<wallet/spend.h>
std::optional<CAmount> GetEffectiveTotalAmount() const;
The total effective value, or nullopt if not all effective values are known.