[#wallet-CoinsResult-Erase] = xref:wallet.adoc[wallet]::xref:wallet/CoinsResult.adoc[CoinsResult]::Erase :relfileprefix: ../../ :mrdocs: Remove the given outpoints from the stored coins. == Synopsis Declared in `<wallet/spend.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Erase(std::unordered_set<COutPoint, SaltedOutpointHasher> const& coins_to_remove); ---- == Parameters [cols="1,4"] |=== | Name| Description | *coins_to_remove* | The outpoints to remove from the result. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#