Bitcoin Core 28.99.0
P2P Digital Currency
|
Stores several 'Groups' whose were mapped by output type. More...
#include <coinselection.h>
Public Member Functions | |
void | Push (const OutputGroup &group, OutputType type, bool insert_positive, bool insert_mixed) |
size_t | TypesCount () |
Public Attributes | |
std::map< OutputType, Groups > | groups_by_type |
Groups | all_groups |
Stores several 'Groups' whose were mapped by output type.
Definition at line 281 of file coinselection.h.
void wallet::OutputGroupTypeMap::Push | ( | const OutputGroup & | group, |
OutputType | type, | ||
bool | insert_positive, | ||
bool | insert_mixed | ||
) |
Definition at line 795 of file coinselection.cpp.
|
inline |
Groups wallet::OutputGroupTypeMap::all_groups |
Definition at line 286 of file coinselection.h.
std::map<OutputType, Groups> wallet::OutputGroupTypeMap::groups_by_type |
Definition at line 284 of file coinselection.h.