The rbf state of unconfirmed transactions
Synopsis
Declared in <policy/rbf.h>
enum class RBFTransactionState : int;
Members
Name |
Description |
|
Unconfirmed tx that does not signal rbf and is not in the mempool |
|
Either this tx or a mempool ancestor signals rbf |
|
Neither this tx nor a mempool ancestor signals rbf |
Non-Member Functions
Name |
Description |
Determine whether an unconfirmed transaction is signaling opt‐in to RBF according to BIP 125 This involves checking sequence numbers of the transaction, as well as the sequence numbers of all in‐mempool ancestors. |
|
Determine the RBF signaling state of a transaction assuming an empty mempool. |
Created with MrDocs