= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package tezos-shell-services
-
tezos-shell-services
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type view = {
chain_id : Tezos_crypto.Chain_id.t;
block : Tezos_crypto.Block_hash.t;
peer : Tezos_base.P2p_peer.Id.t option;
}
val encoding : view Data_encoding.encoding
val pp : Format.formatter -> view -> unit