package tezos-shell-services

  1. Overview
  2. Docs
type t =
  1. | Request of Request.view * Tezos_base.Worker_types.request_status * Tezos_error_monad.TzCore.error list option
  2. | Invalid_mempool_filter_configuration
  3. | Unparsable_operation of Tezos_crypto.Operation_hash.t
  4. | Processing_n_operations of int
  5. | Fetching_operation of Tezos_crypto.Operation_hash.t
  6. | Operation_included of Tezos_crypto.Operation_hash.t
  7. | Operations_not_flushed of int
type view = t
val view : t -> view
val encoding : t Data_encoding.t
val pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.