5 #ifndef BITCOIN_POLICY_RBF_H 6 #define BITCOIN_POLICY_RBF_H 34 #endif // BITCOIN_POLICY_RBF_H RBFTransactionState IsRBFOptInEmptyMempool(const CTransaction &tx)
Either this tx or a mempool ancestor signals rbf.
Unconfirmed tx that does not signal rbf and is not in the mempool.
RBFTransactionState
The rbf state of unconfirmed transactions.
RBFTransactionState IsRBFOptIn(const CTransaction &tx, const CTxMemPool &pool) EXCLUSIVE_LOCKS_REQUIRED(pool.cs)
Determine whether an unconfirmed transaction is signaling opt-in to RBF according to BIP 125 This inv...
#define EXCLUSIVE_LOCKS_REQUIRED(...)
CTxMemPool stores valid-according-to-the-current-best-chain transactions that may be included in the ...
The basic transaction that is broadcasted on the network and contained in blocks. ...
RecursiveMutex cs
This mutex needs to be locked when accessing mapTx or other members that are guarded by it...
Neither this tx nor a mempool ancestor signals rbf.