Get pointers to all transactions in the cluster which arg is in. The transactions are returned in graph order. The queried graph must not be oversized. Returns {} if arg does not exist in the queried graph.
Declared in <txgraph.h>
virtual
std::vector<Ref*>
GetCluster(
Ref const& arg,
Level level) noexcept = 0;
The cluster's transactions in graph order, or {} if the transaction does not exist.
| Name | Description |
|---|---|
| arg | Reference to a transaction in the cluster of interest. |
| level | Which graph (main or staging) to query. |