Returns whether the given outpoint is spent by a transaction in the mempool.
Synopsis
Declared in <txmempool.h>
bool
isSpent(COutPoint const& outpoint) const;
Return Value
true if an in‐mempool transaction spends the outpoint.
Parameters
Name |
Description |
outpoint |
The outpoint to check. |
Created with MrDocs