Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Example demonstrating the creation of a new stake pool, block production under Praos, rewards, and pool retirement.
Documentation
makePulser ∷ ∀ era. EraGov era ⇒ BlocksMade (EraCrypto era) → ChainState era → PulsingRewUpdate (EraCrypto era) Source #
makePulser' ∷ ∀ era. EraGov era ⇒ ChainState era → PulsingRewUpdate (EraCrypto era) Source #
makeCompletedPulser ∷ ∀ era. EraGov era ⇒ BlocksMade (EraCrypto era) → ChainState era → PulsingRewUpdate (EraCrypto era) Source #