pub fn is_active_nonce_status(tx_status: &TransactionStatus) -> boolExpand description
Returns true if the status indicates the nonce slot is actively occupied (tx is in-flight or mined but not yet final). Used by nonce gap detection to distinguish real gaps from slots with active transactions.