Module Mavryk_dal_001_PtAtLas.Dal_slot_frame_encoding

type Mavryk_base.TzPervasives.error +=
  1. | Slot_size_is_too_big of {
    1. actual_size : int;
    2. max_size : int;
    }
  2. | Wrong_slot_frame_version of {
    1. expected : int;
    2. provided : int;
    }
  3. | Could_not_deserialize_slot
type version = int
type message = string
type t = message list Rollups_map.t
module type Slot_version = sig ... end
module V0 : sig ... end