Ledger.Tx.Orphans.V1
Contents
Methods
toJSON :: TxId -> Value Source #
toEncoding :: TxId -> Encoding Source #
toJSONList :: [TxId] -> Value Source #
toEncodingList :: [TxId] -> Encoding Source #
toJSON :: ScriptTag -> Value Source #
toEncoding :: ScriptTag -> Encoding Source #
toJSONList :: [ScriptTag] -> Value Source #
toEncodingList :: [ScriptTag] -> Encoding Source #
toJSON :: RedeemerPtr -> Value Source #
toEncoding :: RedeemerPtr -> Encoding Source #
toJSONList :: [RedeemerPtr] -> Value Source #
toEncodingList :: [RedeemerPtr] -> Encoding Source #
toJSON :: TxOutRef -> Value Source #
toEncoding :: TxOutRef -> Encoding Source #
toJSONList :: [TxOutRef] -> Value Source #
toEncodingList :: [TxOutRef] -> Encoding Source #
toJSON :: TxInType -> Value Source #
toEncoding :: TxInType -> Encoding Source #
toJSONList :: [TxInType] -> Value Source #
toEncodingList :: [TxInType] -> Encoding Source #
toJSON :: TxIn -> Value Source #
toEncoding :: TxIn -> Encoding Source #
toJSONList :: [TxIn] -> Value Source #
toEncodingList :: [TxIn] -> Encoding Source #
toJSON :: TxOut -> Value Source #
toEncoding :: TxOut -> Encoding Source #
toJSONList :: [TxOut] -> Value Source #
toEncodingList :: [TxOut] -> Encoding Source #
toJSON :: LedgerBytes -> Value Source #
toEncoding :: LedgerBytes -> Encoding Source #
toJSONList :: [LedgerBytes] -> Value Source #
toEncodingList :: [LedgerBytes] -> Encoding Source #
toJSONKey :: ToJSONKeyFunction TxId Source #
toJSONKeyList :: ToJSONKeyFunction [TxId] Source #
toJSONKey :: ToJSONKeyFunction RedeemerPtr Source #
toJSONKeyList :: ToJSONKeyFunction [RedeemerPtr] Source #
toJSONKey :: ToJSONKeyFunction TxOutRef Source #
toJSONKeyList :: ToJSONKeyFunction [TxOutRef] Source #
toJSONKey :: ToJSONKeyFunction LedgerBytes Source #
toJSONKeyList :: ToJSONKeyFunction [LedgerBytes] Source #
parseJSON :: Value -> Parser TxId Source #
parseJSONList :: Value -> Parser [TxId] Source #
parseJSON :: Value -> Parser ScriptTag Source #
parseJSONList :: Value -> Parser [ScriptTag] Source #
parseJSON :: Value -> Parser RedeemerPtr Source #
parseJSONList :: Value -> Parser [RedeemerPtr] Source #
parseJSON :: Value -> Parser TxOutRef Source #
parseJSONList :: Value -> Parser [TxOutRef] Source #
parseJSON :: Value -> Parser TxInType Source #
parseJSONList :: Value -> Parser [TxInType] Source #
parseJSON :: Value -> Parser TxIn Source #
parseJSONList :: Value -> Parser [TxIn] Source #
parseJSON :: Value -> Parser TxOut Source #
parseJSONList :: Value -> Parser [TxOut] Source #
parseJSON :: Value -> Parser LedgerBytes Source #
parseJSONList :: Value -> Parser [LedgerBytes] Source #
fromJSONKey :: FromJSONKeyFunction TxId Source #
fromJSONKeyList :: FromJSONKeyFunction [TxId] Source #
fromJSONKey :: FromJSONKeyFunction RedeemerPtr Source #
fromJSONKeyList :: FromJSONKeyFunction [RedeemerPtr] Source #
fromJSONKey :: FromJSONKeyFunction TxOutRef Source #
fromJSONKeyList :: FromJSONKeyFunction [TxOutRef] Source #
fromJSONKey :: FromJSONKeyFunction LedgerBytes Source #
fromJSONKeyList :: FromJSONKeyFunction [LedgerBytes] Source #
encode :: TxId -> Encoding Source #
decode :: Decoder s TxId Source #
encodeList :: [TxId] -> Encoding Source #
decodeList :: Decoder s [TxId] Source #
encode :: ScriptTag -> Encoding Source #
decode :: Decoder s ScriptTag Source #
encodeList :: [ScriptTag] -> Encoding Source #
decodeList :: Decoder s [ScriptTag] Source #
encode :: RedeemerPtr -> Encoding Source #
decode :: Decoder s RedeemerPtr Source #
encodeList :: [RedeemerPtr] -> Encoding Source #
decodeList :: Decoder s [RedeemerPtr] Source #
encode :: TxOutRef -> Encoding Source #
decode :: Decoder s TxOutRef Source #
encodeList :: [TxOutRef] -> Encoding Source #
decodeList :: Decoder s [TxOutRef] Source #
encode :: TxInType -> Encoding Source #
decode :: Decoder s TxInType Source #
encodeList :: [TxInType] -> Encoding Source #
decodeList :: Decoder s [TxInType] Source #
encode :: TxIn -> Encoding Source #
decode :: Decoder s TxIn Source #
encodeList :: [TxIn] -> Encoding Source #
decodeList :: Decoder s [TxIn] Source #
encode :: TxOut -> Encoding Source #
decode :: Decoder s TxOut Source #
encodeList :: [TxOut] -> Encoding Source #
decodeList :: Decoder s [TxOut] Source #
encode :: LedgerBytes -> Encoding Source #
decode :: Decoder s LedgerBytes Source #
encodeList :: [LedgerBytes] -> Encoding Source #
decodeList :: Decoder s [LedgerBytes] Source #