ouroboros-consensus-0.1.0.0: Consensus layer for the Ouroboros blockchain protocol
Safe HaskellNone
LanguageHaskell2010

Ouroboros.Consensus.MiniProtocol.LocalTxSubmission.Server

Contents

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