BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
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 { RBFTransactionState::UNKNOWN, RBFTransactionState::REPLACEABLE_BIP125, RBFTransactionState::FINAL }
 

Functions

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

Enumeration Type Documentation

◆ RBFTransactionState

enum RBFTransactionState
strong
Enumerator
UNKNOWN 
REPLACEABLE_BIP125 
FINAL 

Definition at line 12 of file rbf.h.

Function Documentation

◆ IsRBFOptIn()

RBFTransactionState IsRBFOptIn ( const CTransaction tx,
CTxMemPool pool 
)

Definition at line 17 of file rbf.cpp.

Here is the call graph for this function:

◆ SignalsOptInRBF()

bool SignalsOptInRBF ( const CTransaction tx)

Definition at line 7 of file rbf.cpp.

Here is the caller graph for this function: