IsRBFOptInEmptyMempool

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

NameDescription
txThe unconfirmed transaction to inspect.