Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
processGetValidator :: PlutusValidator a => Maybe ScriptCBOR -> IO ( Maybe (Versioned a)) Source #
processUnspentTxOut :: Maybe UtxoOutput -> IO ( Maybe DecoratedTxOut) Source #
processIsUtxo :: ( Block , Bool ) -> IO IsUtxoResponse Source #
processGetUtxos :: PageQuery TxOutRef -> ( Block , [ AddressUtxo ]) -> IO UtxosResponse Source #
processGetTxos :: PageQuery TxOutRef -> [ UtxoInput ] -> IO TxosResponse Source #
processUnspentTxOutSetAtAddress :: PageQuery TxOutRef -> Credential -> [ AddressUtxo ] -> IO ( QueryResponse [( TxOutRef , DecoratedTxOut)]) Source #
processDatumsAtAddress :: FromData a => PageQuery TxOutRef -> Credential -> [ Value ] -> IO ( QueryResponse [a]) Source #
processGetTxFromTxId :: Maybe TxResponse -> IO ( Maybe ChainIndexTx ) Source #
processGetTxsFromTxIds :: [ TxResponse ] -> IO [ ChainIndexTx ] Source #