Construct a SetInfo for a given transaction in a depgraph.
Synopsis
Declared in <cluster_linearize.h>
explicit
SetInfo(
DepGraph<SetType> const& depgraph,
DepGraphIndex pos) noexcept;
Parameters
Name |
Description |
depgraph |
The graph the transaction belongs to. |
pos |
The position of the single transaction. |
Created with MrDocs