ouroboros-consensus-0.1.0.1: Consensus layer for the Ouroboros blockchain protocol
Safe Haskell None
Language Haskell2010

Ouroboros.Consensus.MiniProtocol.LocalTxSubmission.Server

Synopsis

Documentation

localTxSubmissionServer :: MonadSTM m => Tracer m ( TraceLocalTxSubmissionServerEvent blk) -> Mempool m blk idx -> LocalTxSubmissionServer ( GenTx blk) ( ApplyTxErr blk) m () Source #

Local transaction submission server, for adding txs to the Mempool

Trace events