resolve
resolve(
did
):Promise
<DidResolutionResult
|null
>
Resolve a DID URI to the DID document and its metadata.
The URI can also identify a key or a service, but it will be ignored during resolution.
Parameters
• did: did:cord:3${string}
The subject’s DID.
Returns
Promise
<DidResolutionResult
| null
>
The details associated with the DID subject.