MATTR Wallet SDK React Native / Exports / DidDocument
Interface for Decentralized Identifier Document
See
https://w3c-ccg.github.io/did-spec/#did-documents
▪ [key: string
]: any
- @context
- assertionMethod
- authentication
- created
- id
- keyAgreement
- proof
- service
- updated
- verificationMethod
• Readonly
@context: JsonLdContext
The standard context for this DID document.
See
https://w3c-ccg.github.io/did-spec/#contexts
• Optional
Readonly
assertionMethod: readonly string
[] | readonly DidDocumentPublicKey
[]
Used to express assertion method
See
https://w3c.github.io/did-core/#assertion
• Optional
Readonly
authentication: readonly (string
| object
)[]
Array of authentication methods.
See
https://w3c-ccg.github.io/did-spec/#authentication
• Optional
Readonly
created: string
Created date time
See
https://w3c-ccg.github.io/did-spec/#created-optional
• Readonly
id: string
The DID for this DID document.
See
https://w3c-ccg.github.io/did-spec/#did-subject
• Optional
Readonly
keyAgreement: readonly unknown
[]
Used to express verification relationships
See
https://w3c.github.io/did-core/#keyagreement
• Optional
Readonly
proof: DidDocumentProof
Cryptographic proof of the integrity of this DID document
See
https://w3c-ccg.github.io/did-spec/#proof-optional
• Optional
Readonly
service: readonly DidDocumentService
[]
Array of services associated with the DID.
See
https://w3c-ccg.github.io/did-spec/#service-endpoints
• Optional
Readonly
updated: string
Updated date time
See
https://w3c-ccg.github.io/did-spec/#updated-optional
• Optional
Readonly
verificationMethod: readonly DidDocumentPublicKey
[]
Used to express verification method
See