| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Ledger.Tx.Orphans.V2
Contents
Orphan instances
| ToJSON OutputDatum Source # | |
Methods toJSON :: OutputDatum -> Value Source # toEncoding :: OutputDatum -> Encoding Source # toJSONList :: [OutputDatum] -> Value Source # toEncodingList :: [OutputDatum] -> Encoding Source # | |
| ToJSON TxOut Source # | |
| FromJSON OutputDatum Source # | |
Methods parseJSON :: Value -> Parser OutputDatum Source # parseJSONList :: Value -> Parser [OutputDatum] Source # | |
| FromJSON TxOut Source # | |
| ToSchema OutputDatum Source # | |
Methods declareNamedSchema :: Proxy OutputDatum -> Declare (Definitions Schema) NamedSchema Source # | |
| Serialise OutputDatum Source # | |
Methods encode :: OutputDatum -> Encoding Source # decode :: Decoder s OutputDatum Source # encodeList :: [OutputDatum] -> Encoding Source # decodeList :: Decoder s [OutputDatum] Source # | |
| Serialise TxOut Source # | |