module Request : sig ... end
module Event : sig ... end
type pipeline_length = {
  1. fetched_header_length : int;
  2. fetched_block_length : int;
}