TransportManager

fmgp.did.comm.TransportManager
See theTransportManager companion object
case class TransportManager(transports: Seq[TransportDIDComm[Any]], ids: Map[FROMTO, Seq[TransportID]], kids: Map[VerificationMethodReferenced, Seq[TransportID]])

Attributes

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

Members list

Value members

Concrete methods

def publish(to: TO, msg: SignedMessage | EncryptedMessage): ZIO[Any, Nothing, Seq[Unit]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product