Intra-transaction coordinate: a transaction and an index within it
(events today; any per-transaction-indexed lane). Boundary cursors may
point at slots with no item.
A request’s checkpoint bounds resolved into the checkpoint-sequence
interval to scan. Unlike ResolvedScan<u64>/ResolvedScan<IntraTxCoordinate>, the
scan domain here is checkpoint space, so the entry and terminal
checkpoints derive from range directly and need no extra fields.
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).