Consensusinclude module type of Proof_of_stake
with module Exported := Proof_of_stake.Exported
and type Data.Block_data.t = Proof_of_stake.Data.Block_data.t
and type Data.Consensus_state.Value.Stable.V1.t =
Proof_of_stake.Data.Consensus_state.Value.Stable.V1.tinclude Intf.S
with type Data.Consensus_state.Value.Stable.V1.t =
Mina_wire_types.Consensus_proof_of_stake.Data.Consensus_state.Value.V1.t
with type Data.Block_data.t = Proof_of_stake.Data.Block_data.t
with type Data.Consensus_state.Value.Stable.V1.t =
Proof_of_stake.Data.Consensus_state.Value.Stable.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 : sig ... endmodule Configuration : sig ... endmodule Genesis_epoch_data : sig ... endmodule Data : sig ... endmodule Coinbase_receiver : sig ... endmodule Hooks : sig ... endmodule Body_reference : sig ... endmodule Proof_of_stake : sig ... endmodule Graphql_scalars : sig ... end