Mavryk_dal_001_PtAtLas.Dal_slot_frame_encoding
type Mavryk_base.TzPervasives.error +=
| Slot_size_is_too_big of {
actual_size : int;
max_size : int;
}
| Wrong_slot_frame_version of {
expected : int;
provided : int;
| Could_not_deserialize_slot
type version = int
module Rollups_map : Mavryk_base.TzPervasives.Map.S with type key = Mavryk_protocol_001_PtAtLas.Protocol.Alpha_context.Sc_rollup.Address.t
type message = string
type t = message list Rollups_map.t
module type Slot_version = sig ... end
module V0 : sig ... end