Get the ancestors of a given transaction i. Complexity: O(1).

Synopsis

Declared in <cluster_linearize.h>

SetType const&
Ancestors(DepGraphIndex i) const noexcept;

Return Value

The set of ancestors of i (including i itself).

Parameters

Name

Description

i

The transaction position to query.

Created with MrDocs