Data.Consensus_time
module Stable : sig ... end
type t = Stable.Latest.t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
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 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