Determine the RBF signaling state of a transaction assuming an empty mempool.
Synopsis
Declared in <policy/rbf.h>
RBFTransactionState
IsRBFOptInEmptyMempool(CTransaction const& tx);
Return Value
The rbf state derived from the transaction's own sequence numbers.
Parameters
Name |
Description |
tx |
The unconfirmed transaction to inspect. |
Created with MrDocs