ProtocolExecuterWithServices

fmgp.did.comm.protocol.ProtocolExecuterWithServices
trait ProtocolExecuterWithServices[-R <: Services, +E] extends ProtocolExecuter[R, E]

Attributes

Graph
Supertypes
trait ProtocolExecuter[R, E]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

final def flatMapError[R1 <: R, E2](f: E => URIO[R1, E2]): ProtocolExecuter[R1, E2]

Attributes

Inherited from:
ProtocolExecuter
final def mapError[E2](f: E => E2): ProtocolExecuter[R, E2]

Attributes

Inherited from:
ProtocolExecuter
def program(plaintextMessage: PlaintextMessage): ZIO[R, E, Action]

Attributes

Inherited from:
ProtocolExecuter

Attributes

Inherited from:
ProtocolExecuter