package tezos-shell-services

  1. Overview
  2. Docs
type view =
  1. | Hash of Tezos_crypto.Block_hash.t
  2. | PeerId of Tezos_base.P2p_peer.Id.t
val pp : Format.formatter -> view -> unit