package tezos-protocol-006-PsCARTHA

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type info =
  1. | Revealed of Alpha_context.Nonce.t
  2. | Missing of Nonce_hash.t
  3. | Forgotten
val get : 'a Tezos_protocol_environment_006_PsCARTHA__Environment.RPC_context.simple -> 'a -> Alpha_context.Raw_level.t -> (info, Tezos_error_monad.Error_monad.error list) result Lwt.t