Safe Haskell | None |
---|---|
Language | Haskell2010 |
Ouroboros.Consensus.Byron.Ledger.Orphans
Contents
Orphan instances
Serialise ChainValidationState Source # | |
Methods encode ∷ ChainValidationState → Encoding # decode ∷ Decoder s ChainValidationState # encodeList ∷ [ChainValidationState] → Encoding # decodeList ∷ Decoder s [ChainValidationState] # | |
Serialise KeyHash Source # | |
Condense HeaderHash Source # | |
Condense TxId Source # | |
Condense VerificationKey Source # | |
Condense CertificateId Source # | |
Condense UpId Source # | |
Condense VoteId Source # | |
NoThunks ChainValidationError Source # | |
Condense (ABlock ByteString) Source # | |
Methods condense ∷ ABlock ByteString → String Source # | |
Condense (ABlockOrBoundary ByteString) Source # | |
Methods condense ∷ ABlockOrBoundary ByteString → String Source # | |
Condense (ABoundaryBlock ByteString) Source # | |
Methods condense ∷ ABoundaryBlock ByteString → String Source # | |
Condense (ABoundaryHeader ByteString) Source # | |
Methods condense ∷ ABoundaryHeader ByteString → String Source # | |
Condense (AHeader ByteString) Source # | |
Methods condense ∷ AHeader ByteString → String Source # | |
Condense (AMempoolPayload a) Source # | |