[#wallet-OutputGroupTypeMap-Push] = xref:wallet.adoc[wallet]::xref:wallet/OutputGroupTypeMap.adoc[OutputGroupTypeMap]::Push :relfileprefix: ../../ :mrdocs: Append a group to the containers, tracking it by type and overall. == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Push( xref:wallet/OutputGroup.adoc[OutputGroup] const& group, xref:OutputType.adoc[OutputType] type, bool insert_positive, bool insert_mixed); ---- == Parameters [cols="1,4"] |=== | Name| Description | *group* | The output group to add. | *type* | The output type the group belongs to. | *insert_positive* | Whether to add the group to the positive‐only collections. | *insert_mixed* | Whether to add the group to the mixed collections. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#