Interface for Decentralized Identifier Document

Hierarchy

  • DidDocument

Indexable

[key: string]: any

Properties

@context: JsonLdContext

The standard context for this DID document.

assertionMethod?: readonly string[] | readonly DidDocumentPublicKey[]

Used to express assertion method

authentication?: readonly (string | object)[]

Array of authentication methods.

created?: string

Created date time

id: string

The DID for this DID document.

keyAgreement?: readonly unknown[]

Used to express verification relationships

proof?: DidDocumentProof

Cryptographic proof of the integrity of this DID document

service?: readonly DidDocumentService[]

Array of services associated with the DID.

updated?: string

Updated date time

verificationMethod?: readonly DidDocumentPublicKey[]

Used to express verification method

Generated using TypeDoc