package tezos-shell-services

  1. Overview
  2. Docs
type view = {
  1. chain_id : Tezos_crypto.Chain_id.t;
  2. block : Tezos_crypto.Block_hash.t;
  3. peer : Tezos_base.P2p_peer.Id.t option;
}
val pp : Format.formatter -> view -> unit
OCaml

Innovation. Community. Security.