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