Skip to content

resolvedKeyToKey

resolvedKeyToKey(key): DidKey

Converts the DID key returned by the resolveKey() into the format used in the SDK.

key: any

The key in the resolveKey-format.

DidKey

The key in the SDK format.

did/src/DidResolver/DidResolver.ts:158