Skip to content

Commit

Permalink
feat: add type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoskichel committed Jul 31, 2024
1 parent c4e15cd commit 079d435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/keychain/api/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export interface KeychainApi {
exportKey(params: { exportPrivate: false } & KeySource): Promise<PublicKeys>
exportKey(params: { exportPrivate: true } & KeySource): Promise<PublicKeys & PrivateKeys>
arePrivateKeysLocked(seeds: Buffer[]): boolean
removeManySeeds(seeds: Buffer[]): string[]
sodium: {
signDetached(params: { data: Buffer } & KeySource): Promise<Buffer>
getKeysFromSeed(
Expand Down

0 comments on commit 079d435

Please sign in to comment.