Get pointers to all descendants of the specified transaction (including the transaction itself), in unspecified order. The queried graph must not be oversized. Returns {} if arg does not exist in the graph.
Declared in <txgraph.h>
virtual
std::vector<Ref*>
GetDescendants(
Ref const& arg,
Level level) noexcept = 0;
The transaction and all its descendants, or {} if it does not exist.
| Name | Description |
|---|---|
| arg | Reference to the transaction whose descendants are requested. |
| level | Which graph (main or staging) to query. |