Type alias ChainDidEncryptionKey

ChainDidEncryptionKey: ChainDidBaseKey & {
    type: DidEncryptionMethodType;
}

Type declaration