package tezos-shell-services

  1. Overview
  2. Docs
type t =
  1. | Validation_success of Request.view * Tezos_base.Worker_types.request_status
  2. | Validation_failure of Request.view * Tezos_base.Worker_types.request_status * Tezos_error_monad.TzCore.error list
  3. | Could_not_find_context of Tezos_crypto.Block_hash.t
  4. | Previously_validated of Tezos_crypto.Block_hash.t
  5. | Validating_block of Tezos_crypto.Block_hash.t
type view = t
val view : view -> t
val encoding : t Data_encoding.encoding
val pp : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.