ouroboros-consensus-cardano-0.25.1.0: The instantation of the Ouroboros consensus layer used by Cardano
Safe HaskellNone
LanguageHaskell2010

Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

Synopsis

Documentation

newtype LegacyPParams era Source #

After node 10.5, Ledger started encoding the protocol version in a TList instead of as two contiguous terms. These codecs respect the old version.

This can be deleted once we cross a hard fork.

Constructors

LegacyPParams 

Fields

Instances

Instances details
FromCBOR (LegacyPParams AllegraEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

FromCBOR (LegacyPParams AlonzoEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

FromCBOR (LegacyPParams BabbageEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

FromCBOR (LegacyPParams ConwayEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

FromCBOR (LegacyPParams DijkstraEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

FromCBOR (LegacyPParams MaryEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

FromCBOR (LegacyPParams ShelleyEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

ToCBOR (LegacyPParams AllegraEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

ToCBOR (LegacyPParams AlonzoEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

ToCBOR (LegacyPParams BabbageEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

ToCBOR (LegacyPParams ConwayEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

ToCBOR (LegacyPParams DijkstraEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

ToCBOR (LegacyPParams MaryEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

ToCBOR (LegacyPParams ShelleyEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

DecCBOR (LegacyPParams ShelleyEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams

EncCBOR (LegacyPParams ShelleyEra) Source # 
Instance details

Defined in Ouroboros.Consensus.Shelley.Ledger.Query.LegacyPParams