trace-forward-2.2.2: The forwarding protocols library for cardano node.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Trace.Forward.Protocol.DataPoint.Forwarder

Synopsis

Documentation

data DataPointForwarder m a Source #

Constructors

DataPointForwarder 

Fields

dataPointForwarderPeer :: Monad m => DataPointForwarder m a -> Peer DataPointForward 'AsServer 'StIdle m a Source #

Interpret a particular action sequence into the server side of the protocol.