wallet::OutputGroupTypeMap::Push

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

NameDescription
groupThe output group to add.
typeThe output type the group belongs to.
insert_positiveWhether to add the group to the positive-only collections.
insert_mixedWhether to add the group to the mixed collections.