Consensus
include 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.t
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
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.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 : sig ... end
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 : sig ... end
module Proof_of_stake : sig ... end
module Graphql_scalars : sig ... end