TransportDIDComm

fmgp.util.TransportDIDComm

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

Attributes

Inherited from:
Transport
def inbound: ZStream[R, InErr, IN]

Reciving from the other side. Income Messages

Reciving from the other side. Income Messages

Attributes

Inherited from:
Transport
def outbound: ZSink[R, OutErr, OUT, Nothing, Unit]

Send to the other side. Out going Messages

Send to the other side. Out going Messages

Attributes

Inherited from:
Transport
def send(message: SignedMessage | EncryptedMessage): ZIO[R, Nothing, Unit]

Attributes

Inherited from:
Transport