CTxMemPool::exists

Returns whether a transaction with the given wtxid is in the mempool.

Synopsis

Declared in <txmempool.h>

bool
exists(Wtxid const& wtxid) const;

Return Value

true if the transaction exists in the mempool.

Parameters

NameDescription
wtxidThe wtxid to look up.