Type alias DidEncryptionKey

DidEncryptionKey: BaseDidKey & {
    type: EncryptionKeyType;
}

The SDK-specific details of a DID encryption key.