Type alias DidDocument<IdType>
 
DidDocument<IdType>: {     alsoKnownAs?: string[];     assertionMethod?: IdType[];     authentication?: IdType[];     capabilityDelegation?: IdType[];     id: Did;     keyAgreement?: IdType[];     service?: Service<IdType>[];     verificationMethod?: VerificationMethod<IdType>[]; } 
Type declaration
- 
OptionalalsoKnownAs?: string[]
- 
OptionalassertionMethod?: IdType[]
- 
Optionalauthentication?: IdType[]
- 
OptionalcapabilityDelegation?: IdType[]
- 
- 
OptionalkeyAgreement?: IdType[]
- 
Optionalservice?: Service<IdType>[]
- 
OptionalverificationMethod?: VerificationMethod<IdType>[]