[#cluster_linearize-ChunkLinearization] = xref:cluster_linearize.adoc[cluster_linearize]::ChunkLinearization :relfileprefix: ../ :mrdocs: Compute the feerates of the chunks of linearization. Identical to ChunkLinearizationInfo, but only returns the chunk feerates, not the corresponding transaction sets. == Synopsis Declared in `<cluster_linearize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename SetType> std::vector<FeeFrac> ChunkLinearization( xref:cluster_linearize/DepGraph.adoc[DepGraph<SetType>] const& depgraph, std::span<DepGraphIndex const> linearization) noexcept; ---- == Return Value The feerate of each chunk, in order. == 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]#