A pair of output group collections split by whether they hold only positive‐value UTXOs.

Synopsis

Declared in <wallet/coinselection.h>

struct Groups;

Data Members

Name

Description

mixed_group

Output groups which may contain both positive and negative UTXOs.

positive_group

Output groups containing only positive UTXOs (value > 0).

Created with MrDocs