DIDDocumentClass

fmgp.did.DIDDocumentClass
See theDIDDocumentClass companion object
case class DIDDocumentClass(id: Required[DIDSubject], alsoKnownAs: Option[Set[String]], controller: Option[Either[String, Set[String]]], verificationMethod: Option[Set[VerificationMethod]], authentication: Option[SetU[VerificationMethod]], assertionMethod: Option[SetU[VerificationMethod]], keyAgreement: Option[Set[VerificationMethod]], capabilityInvocation: Option[SetU[VerificationMethod]], capabilityDelegation: Option[SetU[VerificationMethod]], service: Option[Set[DIDService]]) extends DIDDocument

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DID
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def did: String

Attributes

Inherited from:
DID

Attributes

Inherited from:
DIDDocument

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
DID

This is the full identifier

This is the full identifier

Attributes

Inherited from:
DID

Inherited fields

Attributes

Inherited from:
DIDDocument

Attributes

Inherited from:
DIDDocument