We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35634ce commit ac3f01bCopy full SHA for ac3f01b
src/types.d.ts
@@ -30,8 +30,6 @@ export declare function isTaptree(scriptTree: any): scriptTree is Taptree;
30
export interface TinySecp256k1Interface {
31
isXOnlyPoint(p: Uint8Array): boolean;
32
xOnlyPointAddTweak(p: Uint8Array, tweak: Uint8Array): XOnlyPointAddTweakResult | null;
33
- privateAdd(d: Uint8Array, tweak: Uint8Array): Uint8Array | null;
34
- privateNegate(d: Uint8Array): Uint8Array;
35
}
36
export declare const Buffer256bit: any;
37
export declare const Hash160bit: any;
0 commit comments