| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.Ledger.CanonicalState.Namespace.GovConstitution.V0
Contents
Documentation
data CanonicalConstitution Source #
Constructors
| CanonicalConstitution | |
Instances
newtype GovConstitutionIn Source #
Constructors
| GovConstitutionIn EpochNo |
Instances
| Show GovConstitutionIn Source # | |
Defined in Cardano.Ledger.CanonicalState.Namespace.GovConstitution.V0 Methods showsPrec ∷ Int → GovConstitutionIn → ShowS # show ∷ GovConstitutionIn → String # showList ∷ [GovConstitutionIn] → ShowS # | |
| Eq GovConstitutionIn Source # | |
Defined in Cardano.Ledger.CanonicalState.Namespace.GovConstitution.V0 Methods | |
| Ord GovConstitutionIn Source # | |
Defined in Cardano.Ledger.CanonicalState.Namespace.GovConstitution.V0 Methods compare ∷ GovConstitutionIn → GovConstitutionIn → Ordering # (<) ∷ GovConstitutionIn → GovConstitutionIn → Bool # (<=) ∷ GovConstitutionIn → GovConstitutionIn → Bool # (>) ∷ GovConstitutionIn → GovConstitutionIn → Bool # (>=) ∷ GovConstitutionIn → GovConstitutionIn → Bool # max ∷ GovConstitutionIn → GovConstitutionIn → GovConstitutionIn # min ∷ GovConstitutionIn → GovConstitutionIn → GovConstitutionIn # | |
| IsKey GovConstitutionIn Source # | |
Defined in Cardano.Ledger.CanonicalState.Namespace.GovConstitution.V0 Methods packKeyM ∷ GovConstitutionIn → Pack b () Source # unpackKeyM ∷ Buffer b ⇒ Unpack' s b GovConstitutionIn Source # | |
newtype GovConstitutionOut Source #
Constructors
| GovConstitutionOut CanonicalConstitution |
Instances
| Generic GovConstitutionOut Source # | |||||
Defined in Cardano.Ledger.CanonicalState.Namespace.GovConstitution.V0 Associated Types
Methods | |||||
| Show GovConstitutionOut Source # | |||||
Defined in Cardano.Ledger.CanonicalState.Namespace.GovConstitution.V0 Methods showsPrec ∷ Int → GovConstitutionOut → ShowS # show ∷ GovConstitutionOut → String # showList ∷ [GovConstitutionOut] → ShowS # | |||||
| Eq GovConstitutionOut Source # | |||||
Defined in Cardano.Ledger.CanonicalState.Namespace.GovConstitution.V0 Methods | |||||
| (NamespaceEra "gov/constitution/v0" ~ era, Era era) ⇒ CanonicalCBOREntryDecoder "gov/constitution/v0" GovConstitutionOut Source # | |||||
Defined in Cardano.Ledger.CanonicalState.Namespace.GovConstitution.V0 Methods decodeEntry ∷ CanonicalDecoder s (Versioned "gov/constitution/v0" GovConstitutionOut) Source # | |||||
| (NamespaceEra "gov/constitution/v0" ~ era, Era era) ⇒ CanonicalCBOREntryEncoder "gov/constitution/v0" GovConstitutionOut Source # | |||||
| type Rep GovConstitutionOut Source # | |||||
Defined in Cardano.Ledger.CanonicalState.Namespace.GovConstitution.V0 type Rep GovConstitutionOut = D1 ('MetaData "GovConstitutionOut" "Cardano.Ledger.CanonicalState.Namespace.GovConstitution.V0" "cardano-ledger-canonical-state-9.9.9.9-inplace" 'True) (C1 ('MetaCons "GovConstitutionOut" 'PrefixI 'False) (S1 ('MetaSel ('Nothing ∷ Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CanonicalConstitution))) | |||||
Orphan instances
| (NamespaceEra "gov/constitution/v0" ~ era, Era era) ⇒ KnownNamespace "gov/constitution/v0" Source # | |||||||||
Associated Types
| |||||||||