Data.Consensus_timemodule Stable : sig ... endtype t = Stable.Latest.tval to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval to_string_hum : t -> stringval to_time : constants:Constants.t -> t -> Block_time.tval of_time_exn : constants:Constants.t -> Block_time.t -> tval get_old : constants:Constants.t -> t -> tGets 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.tval epoch : t -> Unsigned.UInt32.tval slot : t -> Unsigned.UInt32.tval start_time : constants:Constants.t -> t -> Block_time.tval end_time : constants:Constants.t -> t -> Block_time.tval to_global_slot : t -> Mina_numbers.Global_slot.tval of_global_slot : constants:Constants.t -> Mina_numbers.Global_slot.t -> tval zero : constants:Constants.t -> t