| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Ledger.Crypto.Orphans
Contents
Orphan instances
| Serialise PubKeyHash Source # | |
Methods encode :: PubKeyHash -> Encoding decode :: Decoder s PubKeyHash encodeList :: [PubKeyHash] -> Encoding decodeList :: Decoder s [PubKeyHash] | |
| Hashable PubKeyHash Source # | |
| FromJSON PubKeyHash Source # | |
| FromJSONKey PubKeyHash Source # | |
Methods fromJSONKey :: FromJSONKeyFunction PubKeyHash fromJSONKeyList :: FromJSONKeyFunction [PubKeyHash] | |
| ToJSON PubKeyHash Source # | |
Methods toJSON :: PubKeyHash -> Value toEncoding :: PubKeyHash -> Encoding toJSONList :: [PubKeyHash] -> Value toEncodingList :: [PubKeyHash] -> Encoding | |
| ToJSONKey PubKeyHash Source # | |
| Newtype PubKeyHash Source # | |
Associated Types type O PubKeyHash | |