Returns all mempool entries in the same cluster as the given transaction.

Synopsis

Declared in <txmempool.h>

[[requires_capability(0x7ff37b4205a8), requires_capability(0x7ff376fd7f58), requires_capability(0x7ff38def7178), requires_capability(0x7ff3640f8188), requires_capability(0x7ff3920f8478), requires_capability(0x7ff37f5ca598), requires_capability(0x7ff37d011818), requires_capability(0x7ff374c15028)]]
std::vector<CTxMemPoolEntry const*>
GetCluster(Txid txid) const;

Return Value

The cluster's entries, or an empty vector if the txid is not in the mempool.

Parameters

Name

Description

txid

The txid whose cluster is collected.

Created with MrDocs