Function is_too_early_to_check

Source
pub fn is_too_early_to_check(
    tx: &TransactionRepoModel,
) -> Result<bool, TransactionError>
👎Deprecated since 1.1.0: Use is_too_early_to_resubmit instead
Expand description

Deprecated: Use is_too_early_to_resubmit instead. This alias exists for backward compatibility.