Safe Haskell | None |
---|---|
Language | Haskell2010 |
Orphan instances
Serialise TxOut Source # | |
encode :: TxOut -> Encoding decode :: Decoder s TxOut encodeList :: [TxOut] -> Encoding decodeList :: Decoder s [TxOut] | |
Serialise OutputDatum Source # | |
encode :: OutputDatum -> Encoding decode :: Decoder s OutputDatum encodeList :: [OutputDatum] -> Encoding decodeList :: Decoder s [OutputDatum] | |
FromJSON TxOut Source # | |
parseJSON :: Value -> Parser TxOut parseJSONList :: Value -> Parser [TxOut] | |
FromJSON OutputDatum Source # | |
parseJSON :: Value -> Parser OutputDatum parseJSONList :: Value -> Parser [OutputDatum] | |
ToJSON TxOut Source # | |
toJSON :: TxOut -> Value toEncoding :: TxOut -> Encoding toJSONList :: [TxOut] -> Value toEncodingList :: [TxOut] -> Encoding | |
ToJSON OutputDatum Source # | |
toJSON :: OutputDatum -> Value toEncoding :: OutputDatum -> Encoding toJSONList :: [OutputDatum] -> Value toEncodingList :: [OutputDatum] -> Encoding |