Add an output to the group, updating its aggregate values.
Synopsis
Declared in <wallet/coinselection.h>
void
Insert(
std::shared_ptr<COutput> const& output,
size_t ancestors,
size_t cluster_count);
Parameters
Name |
Description |
output |
The output to add. |
ancestors |
Number of unconfirmed ancestors contributed by the output. |
cluster_count |
Cluster count of the output. |
Created with MrDocs