wallet::OutputGroupTypeMap

Stores several 'Groups' whose were mapped by output type.

Synopsis

Declared in <wallet/coinselection.h>

struct OutputGroupTypeMap;

Member Functions

NameDescription
Push Append a group to the containers, tracking it by type and overall.
TypesCount Return the number of distinct output types stored.

Data Members

NameDescription
all_groups All inserted groups, without any type distinction.
groups_by_type Output groups keyed by output type.