Consensus.Proof_of_stakeinclude Intf.S
with type Data.Consensus_state.Value.Stable.V1.t =
Mina_wire_types.Consensus_proof_of_stake.Data.Consensus_state.Value.V1.tval time_hum : constants:Constants.t -> Block_time.t -> stringReturn a string that tells a human what the consensus view of an instant in time is. * * This is mostly useful for PoStake and other consensus mechanisms that have their own * notions of time.
module Constants = Constantsmodule Configuration : sig ... endmodule Genesis_epoch_data : sig ... endmodule Data : sig ... endmodule Coinbase_receiver : sig ... endmodule Hooks : sig ... endmodule Body_reference = Body_referencemodule Exported : sig ... endExported provides an easy way to publicly expose certain internal details * of proof of stake which can be used when referring directly to the * Consensus.Proof_of_stake consensus implementation rather than the default * Consensus implementation