Skip to content

Commit

Permalink
fix: schnorrSign type signtuare
Browse files Browse the repository at this point in the history
  • Loading branch information
fboucquez committed Nov 15, 2024
1 parent 70ca12f commit 3bc9ab5
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; extraEntropy?: Buffer } & KeySource): Promise<Buffer>
}
}

Expand Down

0 comments on commit 3bc9ab5

Please sign in to comment.