Safe Haskell | None |
---|---|
Language | Haskell2010 |
API to the Shelley ledger
Documentation
class ( Crypto ( Crypto era), ApplyBlock era, ApplyTx era, CanStartFromGenesis era, UsesValue era, UsesScript era, UsesAuxiliary era, UsesTxBody era, UsesTxOut era, UsesPParams era, DSignable ( Crypto era) ( Hash ( Crypto era) EraIndependentTxBody ), ChainData ( State ( EraRule "PPUP" era)), SerialisableData ( State ( EraRule "PPUP" era)), Share ( TxOut era) ~ Interns ( Credential ' Staking ( Crypto era)), FromSharedCBOR ( TxOut era)) => ShelleyBasedEra era Source #
Instances
( Crypto crypto, DSignable crypto ( Hash crypto EraIndependentTxBody )) => ShelleyBasedEra ( ShelleyEra crypto) Source # | |
Defined in Cardano.Ledger.Shelley.API |