ouroboros-consensus-shelley-0.1.0.1: Shelley ledger integration in the Ouroboros consensus layer
Safe Haskell None
Language Haskell2010

Ouroboros.Consensus.Shelley.Node.Praos

Synopsis

Documentation

praosSharedBlockForging :: forall m c era. ( ShelleyEraWithCrypto c ( Praos c) era, IOLike m) => HotKey c m -> ( SlotNo -> KESPeriod ) -> ShelleyLeaderCredentials c -> Overrides ( ShelleyBlock ( Praos c) era) -> BlockForging m ( ShelleyBlock ( Praos c) era) Source #

Create a BlockForging record safely using the given Hotkey .

The name of the era (separated by a _ ) will be appended to each forgeLabel .