is_active_nonce_status

Function is_active_nonce_status 

Source
pub fn is_active_nonce_status(tx_status: &TransactionStatus) -> bool
Expand 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.