exists overloads

Synopses

Declared in <txmempool.h>

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

bool
exists(Txid const& txid) const;

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

bool
exists(Wtxid const& wtxid) const;

Return Value

true if the transaction exists in the mempool.

Parameters

Name

Description

txid

The txid to look up.

wtxid

The wtxid to look up.

Created with MrDocs