ouroboros-consensus-cardano-0.16.0.0: The instantation of the Ouroboros consensus layer used by Cardano
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ouroboros.Consensus.ByronSpec.Ledger.Accessors

Description

Working with the Byron spec chain state

Synopsis

ChainState getters

ChainState modifiers

type ModChainState a = ∀ m. Applicative m ⇒ (a → m a) → State CHAIN → m (State CHAIN) Source #

Auxiliary