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

Trace.Forward.Protocol.TraceObject.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

traceObjectAcceptorPeer :: Monad m => TraceObjectAcceptor lo m a -> Peer (TraceObjectForward lo) 'AsClient 'StIdle m a Source #

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