[#CCoinsViewMemPool-GetNonBaseCoins] = xref:CCoinsViewMemPool.adoc[CCoinsViewMemPool]::GetNonBaseCoins :relfileprefix: ../ :mrdocs: Get all coins in m_non_base_coins. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::unordered_set<COutPoint, SaltedOutpointHasher> const& GetNonBaseCoins() const; ---- == Return Value The set of outpoints not fetched from the base view. [.small]#Created with https://www.mrdocs.com[MrDocs]#