Module Mavryk_raw_protocol_001_PtAtLas.Sc_rollup_riscv

type void = |
type minimal_state = {
  1. payload : string;
  2. level : Raw_level_repr.t option;
  3. message_counter : Mavryk_protocol_environment_001_PtAtLas.Z.t;
  4. tick : Mavryk_protocol_environment_001_PtAtLas.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