tezos-base
Tezos_base.Genesis
tezos-base.unix
type t = {
time : Time.Protocol.t;
block : Tezos_crypto.Hashed.Block_hash.t;
protocol : Tezos_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 : Format.formatter -> t -> unit
module Parameters : sig ... end