Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
A node client that waits for a transaction to appear on the chain
Synopsis
- runWaitForTxn ∷ LocalNodeConnectInfo CardanoMode → Env → TxId → IO (TMVar (BlockInMode CardanoMode))
- newtype MonadBlockchainWaitingT m a = MonadBlockchainWaitingT {}
- runMonadBlockchainWaitingT ∷ LocalNodeConnectInfo CardanoMode → Env → MonadBlockchainWaitingT m a → m a
Documentation
runWaitForTxn ∷ LocalNodeConnectInfo CardanoMode → Env → TxId → IO (TMVar (BlockInMode CardanoMode)) Source #
Start a waitForTxnClient
in a separate thread. Returns a TMVar that will contain the block that has the given
transaction.
newtype MonadBlockchainWaitingT m a Source #