Module Slot_header.V1

A slot header.

type id = {
  1. published_level : int32;
  2. index : Slot_index.t;
}
type t = {
  1. id : id;
  2. commitment : Commitment.t;
}
val encoding : t Mavryk_base.TzPervasives.Data_encoding.t

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