Fabcoin Core  0.16.2
P2P Digital Currency
Enumerations | Functions
rbf.h File Reference
#include <txmempool.h>
Include dependency graph for rbf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  RBFTransactionState { RBF_TRANSACTIONSTATE_UNKNOWN, RBF_TRANSACTIONSTATE_REPLACEABLE_BIP125, RBF_TRANSACTIONSTATE_FINAL }
 

Functions

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

Enumeration Type Documentation

Enumerator
RBF_TRANSACTIONSTATE_UNKNOWN 
RBF_TRANSACTIONSTATE_REPLACEABLE_BIP125 
RBF_TRANSACTIONSTATE_FINAL 

Definition at line 12 of file rbf.h.

Function Documentation

RBFTransactionState IsRBFOptIn ( const CTransaction tx,
CTxMemPool pool 
)

Definition at line 17 of file rbf.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool SignalsOptInRBF ( const CTransaction tx)

Definition at line 7 of file rbf.cpp.

Here is the caller graph for this function: