package tezos-protocol-015-PtLimaPt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type reveal_proof =
  1. | Raw_data_proof of string
type input_proof =
  1. | Inbox_proof of {
    1. level : Raw_level.t;
    2. message_counter : Tezos_protocol_environment_015_PtLimaPt.Z.t;
    3. proof : Inbox.serialized_proof;
    }
  2. | Reveal_proof of reveal_proof
type t = {
  1. pvm_step : wrapped_proof;
  2. input_proof : input_proof option;
}
module type PVM_with_context_and_state = sig ... end
type Tezos_protocol_environment_015_PtLimaPt.Error_monad.error +=
  1. | Sc_rollup_proof_check of string
OCaml

Innovation. Community. Security.