wallet::OutputSet

A set of COutput pointers ordered by the pointed-to output.

Synopsis

Declared in <wallet/coinselection.h>

using OutputSet = std::set<std::shared_ptr<COutput>, OutputPtrComparator>;