Skip to main content

validate_checkpoint_bounds

Function validate_checkpoint_bounds 

Source
pub fn validate_checkpoint_bounds(
    start_checkpoint: Option<u64>,
    end_checkpoint: Option<u64>,
) -> Result<(), RpcError>
Expand description

The requested checkpoint window’s validity check, standalone so backends can sequence it independently of options parsing (kv validates bounds before the read mask and options; the fused resolution re-runs it harmlessly).