Append a group to the containers, tracking it by type and overall.

Synopsis

Declared in <wallet/coinselection.h>

void
Push(
    OutputGroup const& group,
    OutputType type,
    bool insert_positive,
    bool insert_mixed);

Parameters

Name

Description

group

The output group to add.

type

The output type the group belongs to.

insert_positive

Whether to add the group to the positive‐only collections.

insert_mixed

Whether to add the group to the mixed collections.

Created with MrDocs