Skip to content

Commit

Permalink
Narrow encryptionKey algorithm type
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Nov 24, 2023
1 parent cd45ba4 commit e4c6839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/PublicRequestTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ export interface ConnectedAccount {
encryptionKey: {
format: 'spki',
keyData: Uint8Array,
algorithm: RsaHashedImportParams,
algorithm: { name: string, hash: string },
keyUsages: ['encrypt'],
};
account: {
Expand Down

0 comments on commit e4c6839

Please sign in to comment.