Fabcoin Core  0.16.2
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 171 of file txmempool.h.

Constructor & Destructor Documentation

update_fee_delta::update_fee_delta ( int64_t  _feeDelta)
inline

Definition at line 173 of file txmempool.h.

Member Function Documentation

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

Definition at line 175 of file txmempool.h.

Here is the call graph for this function:

Member Data Documentation

int64_t update_fee_delta::feeDelta
private

Definition at line 178 of file txmempool.h.


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