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
Section titled “Parameters”• did: `did:cord:3${string}`
The subject’s DID.
Returns
Section titled “Returns”Promise<DidResolutionResult | null>
The details associated with the DID subject.