Like GetDescendants, but return the Refs for all transactions in the union of the provided arguments' descendants (each transaction is only reported once). Refs that do not exist in the queried graph are ignored. Null refs are not allowed.
Synopsis
Declared in <txgraph.h>
virtual
std::vector<Ref*>
GetDescendantsUnion(
std::span<Ref const const*> args,
Level level) noexcept = 0;
Return Value
The union of all inputs' descendants, each reported once.
Parameters
Name |
Description |
args |
References to the transactions whose descendants are combined. |
level |
Which graph (main or staging) to query. |
Created with MrDocs