package octez-protocol-018-Proxford-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type Tezos_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
OCaml

Innovation. Community. Security.