Construct a SetInfo for a specified set and feerate.

Synopsis

Declared in <cluster_linearize.h>

SetInfo(
    SetType const& txn,
    FeeFrac const& fr) noexcept;

Parameters

Name

Description

txn

The transactions in the set.

fr

Their combined fee and size.

Created with MrDocs