package tezos-shell-services

  1. Overview
  2. Docs
type pipeline_length = {
  1. fetched_header_length : int;
  2. fetched_block_length : int;
}
val pipeline_length_encoding : pipeline_length Data_encoding.encoding
type view = {
  1. pipeline_length : pipeline_length;
  2. mutable last_validated_head : Tezos_crypto.Block_hash.t;
  3. mutable last_advertised_head : Tezos_crypto.Block_hash.t;
}
val pp : Stdlib.Format.formatter -> view -> unit
OCaml

Innovation. Community. Security.