DIDServiceGeneric

fmgp.did.DIDServiceGeneric
final case class DIDServiceGeneric(id: Required[URI], `type`: Required[SetU[String]], serviceEndpoint: Required[ServiceEndpoint], routingKeys: Option[Set[String]], accept: Option[Set[String]]) extends DIDService, DIDServiceDIDCommMessaging, DIDServiceDIDLinkedDomains, DIDServiceDecentralizedWebNode

Attributes

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

Members list

Value members

Inherited methods

def getNodes: Seq[String]

Attributes

Inherited from:
DIDServiceDecentralizedWebNode
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product