package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type void = |
type minimal_state = {
  1. payload : string;
  2. level : Raw_level_repr.t option;
  3. message_counter : Tezos_protocol_environment_alpha.Z.t;
  4. tick : Tezos_protocol_environment_alpha.Z.t;
}
val make_empty_state : unit -> minimal_state
module type S = sig ... end
module Protocol_implementation : S with type context = unit and type state = minimal_state and type proof = void
val reference_initial_state_hash : Sc_rollup_repr.State_hash.t
OCaml

Innovation. Community. Security.