package octez-l2-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A slot header.

type id = {
  1. published_level : int32;
  2. index : Slot_index.t;
}
type t = {
  1. id : id;
  2. commitment : Commitment.t;
}

Encoding for V1 matches Protocol.Alpha_context.Dal.Slot.Header.encoding.

OCaml

Innovation. Community. Security.