ouroboros-network-0.1.0.1: A networking layer for the Ouroboros blockchain protocol
Safe Haskell None
Language Haskell2010

Ouroboros.Network.TxSubmission.Outbound

Documentation

txSubmissionOutbound Source #

Arguments

:: forall txid tx idx m. ( Ord txid, Ord idx, MonadSTM m, MonadThrow m)
=> Tracer m ( TraceTxSubmissionOutbound txid tx)
-> Word16

Maximum number of unacknowledged txids allowed

-> TxSubmissionMempoolReader txid tx idx m
-> NodeToNodeVersion
-> ControlMessageSTM m
-> TxSubmissionClient txid tx m ()