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