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

Ouroboros.Consensus.Cardano.Ledger

Synopsis

Documentation

data CardanoTxOut c Source #

Instances

Instances details
Generic (CardanoTxOut c) Source # 
Instance details

Defined in Ouroboros.Consensus.Cardano.Ledger

Methods

fromCardanoTxOut c → Rep (CardanoTxOut c) x #

toRep (CardanoTxOut c) x → CardanoTxOut c #

Show (CardanoTxOut c) Source # 
Instance details

Defined in Ouroboros.Consensus.Cardano.Ledger

Methods

showsPrecIntCardanoTxOut c → ShowS #

showCardanoTxOut c → String #

showList ∷ [CardanoTxOut c] → ShowS #

Eq (CardanoTxOut c) Source # 
Instance details

Defined in Ouroboros.Consensus.Cardano.Ledger

Methods

(==)CardanoTxOut c → CardanoTxOut c → Bool #

(/=)CardanoTxOut c → CardanoTxOut c → Bool #

NoThunks (CardanoTxOut c) Source # 
Instance details

Defined in Ouroboros.Consensus.Cardano.Ledger

CardanoHardForkConstraints c ⇒ IndexedMemPack (LedgerState (HardForkBlock (CardanoEras c)) EmptyMK) (CardanoTxOut c) Source # 
Instance details

Defined in Ouroboros.Consensus.Cardano.Ledger

type Rep (CardanoTxOut c) Source # 
Instance details

Defined in Ouroboros.Consensus.Cardano.Ledger

eliminateCardanoTxOut ∷ ∀ r c. CardanoHardForkConstraints c ⇒ (∀ x. IsShelleyBlock x ⇒ Index (CardanoEras c) x → TxOut (LedgerState x) → r) → CardanoTxOut c → r Source #

Eliminate the wrapping of CardanoTxOut with the provided function. Similar to hcimap on an NS.

Orphan instances

Show (CanonicalTxIn (CardanoEras c)) Source # 
Instance details

Eq (CanonicalTxIn (CardanoEras c)) Source # 
Instance details

Ord (CanonicalTxIn (CardanoEras c)) Source # 
Instance details

CardanoHardForkConstraints c ⇒ MemPack (CanonicalTxIn (CardanoEras c)) Source # 
Instance details

NoThunks (CanonicalTxIn (CardanoEras c)) Source # 
Instance details

CardanoHardForkConstraints c ⇒ HasCanonicalTxIn (CardanoEras c) Source # 
Instance details

Associated Types

newtype CanonicalTxIn (CardanoEras c) 
Instance details

Defined in Ouroboros.Consensus.Cardano.Ledger

CardanoHardForkConstraints c ⇒ HasHardForkTxOut (CardanoEras c) Source # 
Instance details

Associated Types

type HardForkTxOut (CardanoEras c) 
Instance details

Defined in Ouroboros.Consensus.Cardano.Ledger

CardanoHardForkConstraints c ⇒ SerializeTablesWithHint (LedgerState (HardForkBlock (CardanoEras c))) Source # 
Instance details