pub const NONCE_TOO_HIGH_PATTERNS: &[&str];Expand description
Error message patterns indicating the transaction nonce is ahead of the expected on-chain nonce. This can be transient (burst ordering: tx N+1 arrives before N) or persistent (counter drift).
Checked after ALREADY_SUBMITTED_PATTERNS in classify_submission_error to avoid
ambiguity. Each entry is a lowercased substring to match against the RPC error message.