Safe Haskell | None |
---|---|
Language | Haskell2010 |
Blockfrost.Types.Cardano.Mempool
Description
Transaction metadata
Documentation
data MempoolTransaction Source #
Constructors
MempoolTransaction | |
Fields
|
Instances
data TransactionInMempool Source #
Constructors
TransactionInMempool | |
Fields
|
Instances
FromJSON TransactionInMempool Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool Methods parseJSON :: Value -> Parser TransactionInMempool # parseJSONList :: Value -> Parser [TransactionInMempool] # | |||||
ToJSON TransactionInMempool Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool Methods toJSON :: TransactionInMempool -> Value # toEncoding :: TransactionInMempool -> Encoding # toJSONList :: [TransactionInMempool] -> Value # toEncodingList :: [TransactionInMempool] -> Encoding # omitField :: TransactionInMempool -> Bool # | |||||
Generic TransactionInMempool Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool Associated Types
Methods from :: TransactionInMempool -> Rep TransactionInMempool x # to :: Rep TransactionInMempool x -> TransactionInMempool # | |||||
Show TransactionInMempool Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool Methods showsPrec :: Int -> TransactionInMempool -> ShowS # show :: TransactionInMempool -> String # showList :: [TransactionInMempool] -> ShowS # | |||||
Eq TransactionInMempool Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool Methods (==) :: TransactionInMempool -> TransactionInMempool -> Bool # (/=) :: TransactionInMempool -> TransactionInMempool -> Bool # | |||||
type Rep TransactionInMempool Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool type Rep TransactionInMempool = D1 ('MetaData "TransactionInMempool" "Blockfrost.Types.Cardano.Mempool" "blockfrost-api-0.13.0.0-5VduFUrhiBL3cGPZJdyInJ" 'False) (C1 ('MetaCons "TransactionInMempool" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "_transactionHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_transactionOutputAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Amount])) :*: (S1 ('MetaSel ('Just "_transactionFees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_transactionDeposit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces))) :*: ((S1 ('MetaSel ('Just "_transactionSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_transactionInvalidBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "_transactionInvalidHereafter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_transactionUtxoCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)))) :*: (((S1 ('MetaSel ('Just "_transactionWithdrawalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_transactionMirCertCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_transactionDelegationCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_transactionStakeCertCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer))) :*: ((S1 ('MetaSel ('Just "_transactionPoolUpdateCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_transactionPoolRetireCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_transactionAssetMintOrBurnCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "_transactionRedeemerCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_transactionValidContract") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))))) |
data MempoolUTxOInput Source #
Constructors
MempoolUTxOInput | |
Fields
|
Instances
FromJSON MempoolUTxOInput Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool Methods parseJSON :: Value -> Parser MempoolUTxOInput # parseJSONList :: Value -> Parser [MempoolUTxOInput] # | |||||
ToJSON MempoolUTxOInput Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool Methods toJSON :: MempoolUTxOInput -> Value # toEncoding :: MempoolUTxOInput -> Encoding # toJSONList :: [MempoolUTxOInput] -> Value # toEncodingList :: [MempoolUTxOInput] -> Encoding # omitField :: MempoolUTxOInput -> Bool # | |||||
Generic MempoolUTxOInput Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool Associated Types
Methods from :: MempoolUTxOInput -> Rep MempoolUTxOInput x # to :: Rep MempoolUTxOInput x -> MempoolUTxOInput # | |||||
Show MempoolUTxOInput Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool Methods showsPrec :: Int -> MempoolUTxOInput -> ShowS # show :: MempoolUTxOInput -> String # showList :: [MempoolUTxOInput] -> ShowS # | |||||
Eq MempoolUTxOInput Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool Methods (==) :: MempoolUTxOInput -> MempoolUTxOInput -> Bool # (/=) :: MempoolUTxOInput -> MempoolUTxOInput -> Bool # | |||||
type Rep MempoolUTxOInput Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool type Rep MempoolUTxOInput = D1 ('MetaData "MempoolUTxOInput" "Blockfrost.Types.Cardano.Mempool" "blockfrost-api-0.13.0.0-5VduFUrhiBL3cGPZJdyInJ" 'False) (C1 ('MetaCons "MempoolUTxOInput" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_txHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "_outputIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "_collateral") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "_reference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))) |
data MempoolRedeemer Source #
Constructors
MempoolRedeemer | |
Instances
FromJSON MempoolRedeemer Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool Methods parseJSON :: Value -> Parser MempoolRedeemer # parseJSONList :: Value -> Parser [MempoolRedeemer] # | |||||
ToJSON MempoolRedeemer Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool Methods toJSON :: MempoolRedeemer -> Value # toEncoding :: MempoolRedeemer -> Encoding # toJSONList :: [MempoolRedeemer] -> Value # toEncodingList :: [MempoolRedeemer] -> Encoding # omitField :: MempoolRedeemer -> Bool # | |||||
Generic MempoolRedeemer Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool Associated Types
Methods from :: MempoolRedeemer -> Rep MempoolRedeemer x # to :: Rep MempoolRedeemer x -> MempoolRedeemer # | |||||
Show MempoolRedeemer Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool Methods showsPrec :: Int -> MempoolRedeemer -> ShowS # show :: MempoolRedeemer -> String # showList :: [MempoolRedeemer] -> ShowS # | |||||
Eq MempoolRedeemer Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool Methods (==) :: MempoolRedeemer -> MempoolRedeemer -> Bool # (/=) :: MempoolRedeemer -> MempoolRedeemer -> Bool # | |||||
type Rep MempoolRedeemer Source # | |||||
Defined in Blockfrost.Types.Cardano.Mempool type Rep MempoolRedeemer = D1 ('MetaData "MempoolRedeemer" "Blockfrost.Types.Cardano.Mempool" "blockfrost-api-0.13.0.0-5VduFUrhiBL3cGPZJdyInJ" 'False) (C1 ('MetaCons "MempoolRedeemer" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_tx_index") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_purpose") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "_unit_mem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_unit_steps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))) |