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

Cardano.Node.Orphans

Orphan instances

FromJSON TracingVerbosity Source # 
Instance details

FromJSON AcceptedConnectionsLimit Source # 
Instance details

Methods

parseJSON :: Value -> Parser AcceptedConnectionsLimit

parseJSONList :: Value -> Parser [AcceptedConnectionsLimit]

omittedField :: Maybe AcceptedConnectionsLimit

ToJSON AcceptedConnectionsLimit Source # 
Instance details

Methods

toJSON :: AcceptedConnectionsLimit -> Value #

toEncoding :: AcceptedConnectionsLimit -> Encoding

toJSONList :: [AcceptedConnectionsLimit] -> Value

toEncodingList :: [AcceptedConnectionsLimit] -> Encoding

omitField :: AcceptedConnectionsLimit -> Bool

Show TracingVerbosity Source # 
Instance details

PrintfArg SizeInBytes Source # 
Instance details

Methods

formatArg :: SizeInBytes -> FieldFormatter Source #

parseFormat :: SizeInBytes -> ModifierParser Source #