Consensus.Proof_of_stake
include Intf.S
with type Data.Consensus_state.Value.Stable.V1.t =
Mina_wire_types.Consensus_proof_of_stake.Data.Consensus_state.Value.V1.t
val time_hum : constants:Constants.t -> Block_time.t -> string
Return 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 = Constants
module Configuration : sig ... end
module Genesis_epoch_data : sig ... end
module Data : sig ... end
module Coinbase_receiver : sig ... end
module Hooks : sig ... end
module Body_reference = Body_reference
module Exported : sig ... end
Exported 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