Returns the appropriate total based on whether fees are being subtracted from outputs.
Declared in <wallet/spend.h>
std::optional<CAmount>
GetAppropriateTotal(bool subtract_fee_outputs) const;
The raw total when subtracting fees from outputs, otherwise the effective total.
| Name | Description |
|---|---|
| subtract_fee_outputs | Whether fees are subtracted from the outputs. |