Dash Core  0.12.2.1
P2P Digital Currency
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 170 of file txmempool.h.

Constructor & Destructor Documentation

◆ update_fee_delta()

update_fee_delta::update_fee_delta ( int64_t  _feeDelta)
inline

Definition at line 172 of file txmempool.h.

Member Function Documentation

◆ operator()()

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

Definition at line 174 of file txmempool.h.

Member Data Documentation

◆ feeDelta

int64_t update_fee_delta::feeDelta
private

Definition at line 177 of file txmempool.h.

Referenced by operator()().


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