We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65afcaf commit 1c6f2eeCopy full SHA for 1c6f2ee
packages/wasm-utxo/js/index.ts
@@ -35,7 +35,7 @@ declare module "./wasm/wasm_utxo" {
35
36
interface WrapPsbt {
37
signWithXprv(this: WrapPsbt, xprv: string): SignPsbtResult;
38
- signWithPrv(this: WrapPsbt, prv: Buffer): SignPsbtResult;
+ signWithPrv(this: WrapPsbt, prv: Uint8Array): SignPsbtResult;
39
}
40
41
0 commit comments