package tezos-dal-node-services

  1. Overview
  2. Docs

An ID associated to a slot or to its commitment.

type t = {
  1. slot_level : level;
  2. slot_index : slot_index;
}
module Set : Tezos_base.TzPervasives.Set.S with type elt = t
OCaml

Innovation. Community. Security.