Raven Core  3.0.0
P2P Digital Currency
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 169 of file txmempool.h.

Constructor & Destructor Documentation

◆ update_fee_delta()

update_fee_delta::update_fee_delta ( int64_t  _feeDelta)
inlineexplicit

Definition at line 171 of file txmempool.h.

Member Function Documentation

◆ operator()()

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

Definition at line 173 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 176 of file txmempool.h.


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