ouroboros-consensus-protocol-0.3.1.0: Cardano consensus protocols
Safe HaskellNone
LanguageHaskell2010

Ouroboros.Consensus.Protocol.Praos.Views

Synopsis

Documentation

data HeaderView crypto Source #

View of the block header required by the Praos protocol.

Constructors

HeaderView 

Fields

data LedgerView crypto Source #

Constructors

LedgerView 

Fields

Instances

Instances details
Show (LedgerView crypto) Source # 
Instance details

Defined in Ouroboros.Consensus.Protocol.Praos.Views

Methods

showsPrecIntLedgerView crypto → ShowS Source #

showLedgerView crypto → String Source #

showList ∷ [LedgerView crypto] → ShowS Source #

newtype Ticked (LedgerView c) Source #

Ledger view at a particular slot

Instance details

Defined in Ouroboros.Consensus.Protocol.Praos