= 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 =
| Not_running
| Forking of {
protocol : Tezos_crypto.Protocol_hash.t;
expiration : Time.Protocol.t;
}
| Running of {
chain_id : Tezos_crypto.Chain_id.t;
genesis : Tezos_crypto.Block_hash.t;
protocol : Tezos_crypto.Protocol_hash.t;
expiration : Time.Protocol.t;
}
val encoding : t Data_encoding.t
val pp : Format.formatter -> t -> unit