Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Orphans
Orphan instances
FromJSON (VerificationKey PaymentKey) Source # | |
parseJSON :: Value -> Parser (VerificationKey PaymentKey) # parseJSONList :: Value -> Parser [VerificationKey PaymentKey] # | |
ToJSON (VerificationKey PaymentKey) Source # | |
toJSON :: VerificationKey PaymentKey -> Value # toEncoding :: VerificationKey PaymentKey -> Encoding # toJSONList :: [VerificationKey PaymentKey] -> Value # toEncodingList :: [VerificationKey PaymentKey] -> Encoding # omitField :: VerificationKey PaymentKey -> Bool # |