Slot_header.V1
A slot header.
type id = {
published_level : int32;
index : Slot_index.t;
}
type t = {
id : id;
commitment : Commitment.t;
val encoding : t Mavryk_base.TzPervasives.Data_encoding.t
Encoding for V1 matches Protocol.Alpha_context.Dal.Slot.Header.encoding.
V1
Protocol.Alpha_context.Dal.Slot.Header.encoding