[#wallet-OutputSet] = xref:wallet.adoc[wallet]::OutputSet :relfileprefix: ../ :mrdocs: A set of COutput pointers ordered by the pointed‐to output. == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using OutputSet = std::set<std::shared_ptr<COutput>, OutputPtrComparator>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#