DIDDocumentSection type
Refers to a section of a DID document. Either the list of verification methods or services or one of the verification relationships.
See verification relationships
Signature:export type DIDDocumentSection =
| 'verificationMethod'
| 'publicKey'
| 'service'
| 'authentication'
| 'assertionMethod'
| 'keyAgreement'
| 'capabilityInvocation'
| 'capabilityDelegation'