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

#include <txmempool.h>

Public Member Functions

 update_fee_delta (int64_t _feeDelta)
 
void operator() (CTxMemPoolEntry &e)
 

Private Attributes

int64_t feeDelta
 

Detailed Description

Definition at line 166 of file txmempool.h.

Constructor & Destructor Documentation

◆ update_fee_delta()

update_fee_delta::update_fee_delta ( int64_t  _feeDelta)
inlineexplicit

Definition at line 168 of file txmempool.h.

Member Function Documentation

◆ operator()()

void update_fee_delta::operator() ( CTxMemPoolEntry e)
inline

Definition at line 170 of file txmempool.h.

Here is the call graph for this function:

Member Data Documentation

◆ feeDelta

int64_t update_fee_delta::feeDelta
private

Definition at line 173 of file txmempool.h.


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