[#wallet-OutputGroupTypeMap] = xref:wallet.adoc[wallet]::OutputGroupTypeMap :relfileprefix: ../ :mrdocs: Stores several 'Groups' whose were mapped by output type. == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct OutputGroupTypeMap; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:wallet/OutputGroupTypeMap/Push.adoc[`Push`] | Append a group to the containers, tracking it by type and overall. | xref:wallet/OutputGroupTypeMap/TypesCount.adoc[`TypesCount`] | Return the number of distinct output types stored. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:wallet/OutputGroupTypeMap/all_groups.adoc[`all_groups`] | All inserted groups, without any type distinction. | xref:wallet/OutputGroupTypeMap/groups_by_type.adoc[`groups_by_type`] | Output groups keyed by output type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#