TrustPingExecuter

fmgp.did.comm.protocol.TrustPingExecuter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def program(plaintextMessage: PlaintextMessage): ZIO[Services, FailToParse, Action]

Attributes

Definition Classes
override def supportedPIURI: Seq[PIURI]

Attributes

Definition Classes

Inherited methods

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

Attributes

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

Attributes

Inherited from:
ProtocolExecuter