[#CoinsViewCacheCursor-WillErase] = xref:CoinsViewCacheCursor.adoc[CoinsViewCacheCursor]::WillErase :relfileprefix: ../ :mrdocs: Report whether the given entry will be erased after BatchWrite returns. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool WillErase(xref:CoinsCachePair.adoc[CoinsCachePair]& current) const noexcept; ---- == Return Value True if the entry will be erased (the whole map is being wiped, or the coin is spent). == Parameters [cols="1,4"] |=== | Name| Description | *current* | The entry to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#