Mavryk_base.Genesis
type t = {
time : Time.Protocol.t;
block : Mavryk_crypto.Hashed.Block_hash.t;
protocol : Mavryk_crypto.Hashed.Protocol_hash.t;
}
The chain starts from a genesis block associated to a seed protocol
val encoding : t Data_encoding.t
val pp : Stdlib.Format.formatter -> t -> unit
module Parameters : sig ... end