Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
wallet::feebumper::SignatureWeights Struct Reference

#include <feebumper.h>

Public Member Functions

void AddSigWeight (const size_t weight, const SigVersion sigversion)
 
int64_t GetWeightDiffToMax () const
 

Private Attributes

int m_sigs_count {0}
 
int64_t m_sigs_weight {0}
 

Detailed Description

Definition at line 75 of file feebumper.h.

Member Function Documentation

◆ AddSigWeight()

void wallet::feebumper::SignatureWeights::AddSigWeight ( const size_t  weight,
const SigVersion  sigversion 
)
inline

Definition at line 82 of file feebumper.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetWeightDiffToMax()

int64_t wallet::feebumper::SignatureWeights::GetWeightDiffToMax ( ) const
inline

Definition at line 99 of file feebumper.h.

Here is the caller graph for this function:

Member Data Documentation

◆ m_sigs_count

int wallet::feebumper::SignatureWeights::m_sigs_count {0}
private

Definition at line 78 of file feebumper.h.

◆ m_sigs_weight

int64_t wallet::feebumper::SignatureWeights::m_sigs_weight {0}
private

Definition at line 79 of file feebumper.h.


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