Module Layout.Message

type t = {
global_slot : Mina_numbers.Global_slot.t;
epoch_seed : Mina_base.Epoch_seed.t;
delegator_index : int;
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val to_message : t -> Message.value
val of_message : Message.value -> t