Dash Core  0.12.2.1
P2P Digital Currency
rbf.h File Reference
#include "txmempool.h"

Go to the source code of this file.

Functions

bool SignalsOptInRBF (const CTransaction &tx)
 
bool IsRBFOptIn (const CTxMemPoolEntry &entry, CTxMemPool &pool)
 

Function Documentation

◆ IsRBFOptIn()

bool IsRBFOptIn ( const CTxMemPoolEntry entry,
CTxMemPool pool 
)

Definition at line 17 of file rbf.cpp.

Referenced by WalletTxToJSON().

◆ SignalsOptInRBF()

bool SignalsOptInRBF ( const CTransaction tx)

Definition at line 7 of file rbf.cpp.

Referenced by IsRBFOptIn(), and WalletTxToJSON().