[#wallet-COutput-GetEffectiveValue] = xref:wallet.adoc[wallet]::xref:wallet/COutput.adoc[COutput]::GetEffectiveValue :relfileprefix: ../../ :mrdocs: Return the output's value minus the fee to spend it. == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CAmount.adoc[CAmount] GetEffectiveValue() const; ---- == Return Value The effective value. [.small]#Created with https://www.mrdocs.com[MrDocs]#