Skip to content

resolvedKeyToKey

resolvedKeyToKey(key): DidKey

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

Parameters

key: any

The key in the resolveKey-format.

Returns

DidKey

The key in the SDK format.

Source

did/src/DidResolver/DidResolver.ts:158