Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
wallet::OutputGroupTypeMap Struct Reference

Stores several 'Groups' whose were mapped by output type. More...

#include <coinselection.h>

Collaboration diagram for wallet::OutputGroupTypeMap:
[legend]

Public Member Functions

void Push (const OutputGroup &group, OutputType type, bool insert_positive, bool insert_mixed)
size_t TypesCount ()

Public Attributes

std::map< OutputType, Groupsgroups_by_type
Groups all_groups

Detailed Description

Stores several 'Groups' whose were mapped by output type.

Definition at line 280 of file coinselection.h.

Member Function Documentation

◆ Push()

void wallet::OutputGroupTypeMap::Push ( const OutputGroup & group,
OutputType type,
bool insert_positive,
bool insert_mixed )

Definition at line 794 of file coinselection.cpp.

◆ TypesCount()

size_t wallet::OutputGroupTypeMap::TypesCount ( )
inline

Definition at line 291 of file coinselection.h.

Here is the caller graph for this function:

Member Data Documentation

◆ all_groups

Groups wallet::OutputGroupTypeMap::all_groups

Definition at line 285 of file coinselection.h.

◆ groups_by_type

std::map<OutputType, Groups> wallet::OutputGroupTypeMap::groups_by_type

Definition at line 283 of file coinselection.h.


The documentation for this struct was generated from the following files: