= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package tezos-base
-
tezos-base
-
-
tezos-base.unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
time : Time.Protocol.t;
block : Tezos_crypto.Block_hash.t;
protocol : Tezos_crypto.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