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