Returns whether the given outpoint is spent by a transaction in the mempool.
Declared in <txmempool.h>
<txmempool.h>
bool isSpent(COutPoint const& outpoint) const;
true if an in-mempool transaction spends the outpoint.