[#wallet-Groups] = xref:wallet.adoc[wallet]::Groups :relfileprefix: ../ :mrdocs: A pair of output group collections split by whether they hold only positive‐value UTXOs. == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Groups; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:wallet/Groups/mixed_group.adoc[`mixed_group`] | Output groups which may contain both positive and negative UTXOs. | xref:wallet/Groups/positive_group.adoc[`positive_group`] | Output groups containing only positive UTXOs (value > 0). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#