Mavryk_base.Test_chain_status
type t =
| Not_running
| Forking of {
protocol : Mavryk_crypto.Hashed.Protocol_hash.t;
expiration : Time.Protocol.t;
}
| Running of {
chain_id : Mavryk_crypto.Hashed.Chain_id.t;
genesis : Mavryk_crypto.Hashed.Block_hash.t;
protocol : Mavryk_crypto.Hashed.Protocol_hash.t;
expiration : Time.Protocol.t;
}
val encoding : t Data_encoding.t
val pp : Stdlib.Format.formatter -> t -> unit