Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Utility queries
Synopsis
- deriveShelleyAddress :: MonadBlockfrost m => Text -> Integer -> Integer -> m DerivedAddress
- txEvaluate :: MonadBlockfrost m => CBORString -> m TxEval
- txEvaluateUTXOs :: MonadBlockfrost m => TxEvalInput -> m TxEval
Documentation
:: MonadBlockfrost m | |
=> Text | Hexadecimal xpub |
-> Integer | Account role |
-> Integer | Address index |
-> m DerivedAddress |
Derive Shelley address from xpub key
txEvaluate :: MonadBlockfrost m => CBORString -> m TxEval Source #
Submit a transaction for execution units evaluation
txEvaluateUTXOs :: MonadBlockfrost m => TxEvalInput -> m TxEval Source #
Submit a transaction for execution units evaluation (additional UTXO set)