package tezos-protocol-016-PtMumbai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type id = slot_id = {
  1. published_level : Raw_level.t;
  2. index : Slot_index.t;
}
type t = {
  1. id : id;
  2. commitment : Commitment.t;
}
type operation = {
  1. header : t;
  2. proof : Commitment_proof.t;
}
val equal : t -> t -> bool
OCaml

Innovation. Community. Security.