Module Data.Consensus_time

module Stable : sig ... end
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val compare : t -> t -> int
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val to_string_hum : t -> string
val to_time : constants:Constants.t -> t -> Block_time.t
val of_time_exn : constants:Constants.t -> Block_time.t -> t
val get_old : constants:Constants.t -> t -> t

Gets the corresponding a reasonable consensus time that is considered to be "old" and not accepted by other peers by the consensus mechanism

val to_uint32 : t -> Unsigned.UInt32.t
val epoch : t -> Unsigned.UInt32.t
val slot : t -> Unsigned.UInt32.t
val succ : t -> t
val start_time : constants:Constants.t -> t -> Block_time.t
val end_time : constants:Constants.t -> t -> Block_time.t
val to_global_slot : t -> Mina_numbers.Global_slot.t
val of_global_slot : constants:Constants.t -> Mina_numbers.Global_slot.t -> t
val zero : constants:Constants.t -> t