= 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 = {
head : Tezos_crypto.Block_hash.t;
timestamp : Tezos_base.Time.System.t;
fetching : Tezos_crypto.Operation_hash.Set.t;
pending : Tezos_crypto.Operation_hash.Set.t;
applied : Tezos_crypto.Operation_hash.t list;
delayed : Tezos_crypto.Operation_hash.Set.t;
}
val encoding : view Data_encoding.t
val pp : Format.formatter -> view -> unit