package tezos-shell-services

  1. Overview
  2. Docs
module Request : sig ... end
module Event : sig ... end
type pipeline_length = {
  1. fetched_header_length : int;
  2. fetched_block_length : int;
}
val pipeline_length_encoding : pipeline_length Data_encoding.encoding