[#cluster_linearize-ChunkLinearizationInfo] = xref:cluster_linearize.adoc[cluster_linearize]::ChunkLinearizationInfo :relfileprefix: ../ :mrdocs: Compute the chunks of linearization as SetInfos. == Synopsis Declared in `<cluster_linearize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename SetType> std::vector<SetInfo<SetType>> ChunkLinearizationInfo( xref:cluster_linearize/DepGraph.adoc[DepGraph<SetType>] const& depgraph, std::span<DepGraphIndex const> linearization) noexcept; ---- == Return Value The chunks, each as a set of transactions with its aggregate feerate. == Parameters [cols="1,4"] |=== | Name| Description | *depgraph* | The dependency graph the linearization refers to. | *linearization* | The order of transactions to chunk. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#