= 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 'a t =
| Flush : Tezos_crypto.Block_hash.t -> unit t
| Notify : Tezos_base.P2p_peer.Id.t * Tezos_base.Mempool.t -> unit t
| Leftover : unit t
| Inject : Tezos_base.Operation.t -> unit t
| Arrived : Tezos_crypto.Operation_hash.t * Tezos_base.Operation.t -> unit t
| Advertise : unit t
val encoding : view Data_encoding.t
val pp : Format.formatter -> view -> unit