A set of transactions together with their aggregate feerate.
Synopsis
Declared in <cluster_linearize.h>
template<typename SetType>
struct SetInfo;
Member Functions
Name |
Description |
|
Constructors |
Add a transaction to this SetInfo (which must not yet be in it). |
|
Compute the difference between this and other SetInfo (which must be a subset). |
|
Remove the transactions of other from this SetInfo (which must be a subset). |
|
Add the transactions of other to this SetInfo (no overlap allowed). |
Data Members
Name |
Description |
Their combined fee and size. |
|
The transactions in the set. |
Friends
Name |
Description |
Permit equality testing. |
|
Swap two SetInfo objects. |
Non-Member Functions
Name |
Description |
Compute the chunks of linearization as SetInfos. |
Created with MrDocs