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

Trace.Forward.Protocol.DataPoint.Acceptor

Description

A view of the trace forwarding/accepting protocol from the point of view of the client.

For execution, a conversion into the typed protocol is provided.

Synopsis

Documentation

dataPointAcceptorPeer :: Monad m => DataPointAcceptor m a -> Peer DataPointForward 'AsClient 'StIdle m a Source #

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