Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class ( All SingleEraBlock xs, Typeable xs, IsNonEmpty xs) => CanHardFork xs where Source #
hardForkEraTranslation :: EraTranslation xs Source #
hardForkChainSel :: Tails AcrossEraSelection xs Source #
hardForkInjectTxs :: InPairs ( RequiringBoth WrapLedgerConfig ( Product2 InjectTx InjectValidatedTx )) xs Source #
Instances
SingleEraBlock blk => CanHardFork '[blk] Source # | |
Defined in Ouroboros.Consensus.HardFork.Combinator.Abstract.CanHardFork hardForkEraTranslation :: EraTranslation '[blk] Source # hardForkChainSel :: Tails AcrossEraSelection '[blk] Source # hardForkInjectTxs :: InPairs ( RequiringBoth WrapLedgerConfig ( Product2 InjectTx InjectValidatedTx )) '[blk] Source # |