BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Public Member Functions | Public Attributes | List of all members
OutputGroup Struct Reference

#include <coinselection.h>

Public Member Functions

 OutputGroup ()
 
 OutputGroup (std::vector< CInputCoin > &&outputs, bool from_me, CAmount value, int depth, size_t ancestors, size_t descendants)
 
 OutputGroup (const CInputCoin &output, int depth, bool from_me, size_t ancestors, size_t descendants)
 
void Insert (const CInputCoin &output, int depth, bool from_me, size_t ancestors, size_t descendants)
 
std::vector< CInputCoin >::iterator Discard (const CInputCoin &output)
 
bool EligibleForSpending (const CoinEligibilityFilter &eligibility_filter) const
 

Public Attributes

std::vector< CInputCoinm_outputs
 
bool m_from_me {true}
 
CAmount m_value {0}
 
int m_depth {999}
 
size_t m_ancestors {0}
 
size_t m_descendants {0}
 
CAmount effective_value {0}
 
CAmount fee {0}
 
CAmount long_term_fee {0}
 

Detailed Description

Definition at line 67 of file coinselection.h.

Constructor & Destructor Documentation

◆ OutputGroup() [1/3]

OutputGroup::OutputGroup ( )
inline

Definition at line 79 of file coinselection.h.

◆ OutputGroup() [2/3]

OutputGroup::OutputGroup ( std::vector< CInputCoin > &&  outputs,
bool  from_me,
CAmount  value,
int  depth,
size_t  ancestors,
size_t  descendants 
)
inline

Definition at line 80 of file coinselection.h.

◆ OutputGroup() [3/3]

OutputGroup::OutputGroup ( const CInputCoin output,
int  depth,
bool  from_me,
size_t  ancestors,
size_t  descendants 
)
inline

Definition at line 88 of file coinselection.h.

Here is the call graph for this function:

Member Function Documentation

◆ Discard()

std::vector< CInputCoin >::iterator OutputGroup::Discard ( const CInputCoin output)

Definition at line 315 of file coinselection.cpp.

◆ EligibleForSpending()

bool OutputGroup::EligibleForSpending ( const CoinEligibilityFilter eligibility_filter) const

Definition at line 324 of file coinselection.cpp.

◆ Insert()

void OutputGroup::Insert ( const CInputCoin output,
int  depth,
bool  from_me,
size_t  ancestors,
size_t  descendants 
)

Definition at line 300 of file coinselection.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ effective_value

CAmount OutputGroup::effective_value {0}

Definition at line 75 of file coinselection.h.

◆ fee

CAmount OutputGroup::fee {0}

Definition at line 76 of file coinselection.h.

◆ long_term_fee

CAmount OutputGroup::long_term_fee {0}

Definition at line 77 of file coinselection.h.

◆ m_ancestors

size_t OutputGroup::m_ancestors {0}

Definition at line 73 of file coinselection.h.

◆ m_depth

int OutputGroup::m_depth {999}

Definition at line 72 of file coinselection.h.

◆ m_descendants

size_t OutputGroup::m_descendants {0}

Definition at line 74 of file coinselection.h.

◆ m_from_me

bool OutputGroup::m_from_me {true}

Definition at line 70 of file coinselection.h.

◆ m_outputs

std::vector<CInputCoin> OutputGroup::m_outputs

Definition at line 69 of file coinselection.h.

◆ m_value

CAmount OutputGroup::m_value {0}

Definition at line 71 of file coinselection.h.


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