Get all coins in m_non_base_coins.
Synopsis
Declared in <txmempool.h>
std::unordered_set<COutPoint, SaltedOutpointHasher> const&
GetNonBaseCoins() const;
Return Value
The set of outpoints not fetched from the base view.
Created with MrDocs