Mavryk_raw_protocol_001_PtAtLas.Sc_rollup_riscv
type minimal_state = {
payload : string;
level : Raw_level_repr.t option;
message_counter : Mavryk_protocol_environment_001_PtAtLas.Z.t;
tick : Mavryk_protocol_environment_001_PtAtLas.Z.t;
}
val minimal_state_encoding :
minimal_state Mavryk_protocol_environment_001_PtAtLas.Data_encoding.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