Skip to content

Commit

Permalink
feat: add signSchnorr type def
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtoth committed Nov 14, 2024
1 parent 96c59c5 commit 693aa7e
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 @@ -34,6 +34,7 @@ export interface KeychainApi {
secp256k1: {
signBuffer(params: { data: Buffer } & KeySource): Promise<Buffer>
signBuffer(params: { data: Buffer; enc: 'der' } & KeySource): Promise<Buffer>
signSchnorr(params: { data: Buffer; tweak?: Buffer } & KeySource): Promise<Buffer>
}
}

Expand Down

0 comments on commit 693aa7e

Please sign in to comment.