cardano-node-8.8.1: The cardano full node
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Tracing.OrphanInstances.HardFork

Orphan instances

ToJSON HardForkSpecificNodeToClientVersion Source # 
Instance details

ToJSON HardForkSpecificNodeToNodeVersion Source # 
Instance details

ToJSON SafeZone Source # 
Instance details

Methods

toJSON :: SafeZone -> Value #

toEncoding :: SafeZone -> Encoding #

toJSONList :: [SafeZone] -> Value #

toEncodingList :: [SafeZone] -> Encoding #

omitField :: SafeZone -> Bool #

ToObject EraParams Source # 
Instance details

ToJSON (BlockNodeToClientVersion blk) => ToJSON (EraNodeToClientVersion blk) Source # 
Instance details

(ToJSON (BlockNodeToClientVersion x), All (Compose ToJSON EraNodeToClientVersion) (x ': xs)) => ToJSON (HardForkNodeToClientVersion (x ': xs)) Source # 
Instance details

(ToJSON (BlockNodeToNodeVersion x), All (Compose ToJSON WrapNodeToNodeVersion) (x ': xs)) => ToJSON (HardForkNodeToNodeVersion (x ': xs)) Source # 
Instance details

All (Compose ToJSON WrapGenTxId) xs => ToJSON (TxId (GenTx (HardForkBlock xs))) Source # 
Instance details

ToJSON (TxId (GenTx blk)) => ToJSON (WrapGenTxId blk) Source # 
Instance details

Methods

toJSON :: WrapGenTxId blk -> Value #

toEncoding :: WrapGenTxId blk -> Encoding #

toJSONList :: [WrapGenTxId blk] -> Value #

toEncodingList :: [WrapGenTxId blk] -> Encoding #

omitField :: WrapGenTxId blk -> Bool #

ToJSON (BlockNodeToNodeVersion blk) => ToJSON (WrapNodeToNodeVersion blk) Source # 
Instance details

All (Compose ToObject Header) xs => ToObject (Header (HardForkBlock xs)) Source # 
Instance details

All (Compose ToObject WrapApplyTxErr) xs => ToObject (OneEraApplyTxErr xs) Source # 
Instance details

All (Compose ToObject WrapCannotForge) xs => ToObject (OneEraCannotForge xs) Source # 
Instance details

All (Compose ToObject WrapEnvelopeErr) xs => ToObject (OneEraEnvelopeErr xs) Source # 
Instance details

All (Compose ToObject WrapForgeStateInfo) xs => ToObject (OneEraForgeStateInfo xs) Source # 
Instance details

All (Compose ToObject WrapForgeStateUpdateError) xs => ToObject (OneEraForgeStateUpdateError xs) Source # 
Instance details

All (Compose ToObject WrapLedgerErr) xs => ToObject (OneEraLedgerError xs) Source # 
Instance details

All (Compose ToObject WrapLedgerUpdate) xs => ToObject (OneEraLedgerUpdate xs) Source # 
Instance details

All (Compose ToObject WrapLedgerWarning) xs => ToObject (OneEraLedgerWarning xs) Source # 
Instance details

All (Compose ToObject WrapSelectView) xs => ToObject (OneEraSelectView xs) Source # 
Instance details

All (Compose ToObject WrapValidationErr) xs => ToObject (OneEraValidationErr xs) Source # 
Instance details

All (Compose ToObject WrapEnvelopeErr) xs => ToObject (HardForkEnvelopeErr xs) Source # 
Instance details

All (Compose ToObject WrapLedgerErr) xs => ToObject (HardForkLedgerError xs) Source # 
Instance details

(All (Compose ToObject WrapLedgerUpdate) xs, All SingleEraBlock xs) => ToObject (HardForkLedgerUpdate xs) Source # 
Instance details

(All (Compose ToObject WrapLedgerWarning) xs, All SingleEraBlock xs) => ToObject (HardForkLedgerWarning xs) Source # 
Instance details

All (Compose ToObject WrapApplyTxErr) xs => ToObject (HardForkApplyTxErr xs) Source # 
Instance details

All (Compose ToObject WrapSelectView) xs => ToObject (HardForkSelectView xs) Source # 
Instance details

All (Compose ToObject WrapValidationErr) xs => ToObject (HardForkValidationErr xs) Source # 
Instance details

All (Compose ToObject GenTx) xs => ToObject (GenTx (HardForkBlock xs)) Source # 
Instance details

ToObject (ApplyTxErr blk) => ToObject (WrapApplyTxErr blk) Source # 
Instance details

ToObject (CannotForge blk) => ToObject (WrapCannotForge blk) Source # 
Instance details

ToObject (OtherHeaderEnvelopeError blk) => ToObject (WrapEnvelopeErr blk) Source # 
Instance details

ToObject (ForgeStateInfo blk) => ToObject (WrapForgeStateInfo blk) Source # 
Instance details

ToObject (ForgeStateUpdateError blk) => ToObject (WrapForgeStateUpdateError blk) Source # 
Instance details

ToObject (LedgerError blk) => ToObject (WrapLedgerErr blk) Source # 
Instance details

ToObject (LedgerUpdate blk) => ToObject (WrapLedgerUpdate blk) Source # 
Instance details

ToObject (LedgerWarning blk) => ToObject (WrapLedgerWarning blk) Source # 
Instance details

ToObject (SelectView (BlockProtocol blk)) => ToObject (WrapSelectView blk) Source # 
Instance details

ToObject (ValidationErr (BlockProtocol blk)) => ToObject (WrapValidationErr blk) Source # 
Instance details

Condense (OneEraHash xs) Source # 
Instance details