CTxMemPool::isSpent

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

NameDescription
outpointThe outpoint to check.