Operator

fmgp.did.comm.Operator
case class Operator(selfOperator: AgentExecutar, contacts: Seq[AgentExecutar])

Telecommunications operator for DIDComm

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getAgentExecutar(subject: Set[DIDSubject]): Set[AgentExecutar]
def receiveTransport(transport: TransportDIDComm[Any]): ZIO[Operations & Resolver, DidFail, Unit]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product