File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ export declare function isTaptree(scriptTree: any): scriptTree is Taptree;
3030export interface TinySecp256k1Interface {
3131 isXOnlyPoint ( p : Uint8Array ) : boolean ;
3232 xOnlyPointAddTweak ( p : Uint8Array , tweak : Uint8Array ) : XOnlyPointAddTweakResult | null ;
33- privateAdd ( d : Uint8Array , tweak : Uint8Array ) : Uint8Array | null ;
34- privateNegate ( d : Uint8Array ) : Uint8Array ;
3533}
3634export declare const Buffer256bit : any ;
3735export declare const Hash160bit : any ;
Original file line number Diff line number Diff line change @@ -105,8 +105,6 @@ export interface TinySecp256k1Interface {
105105 p : Uint8Array ,
106106 tweak : Uint8Array ,
107107 ) : XOnlyPointAddTweakResult | null ;
108- privateAdd ( d : Uint8Array , tweak : Uint8Array ) : Uint8Array | null ;
109- privateNegate ( d : Uint8Array ) : Uint8Array ;
110108}
111109
112110export const Buffer256bit = typeforce . BufferN ( 32 ) ;
You can’t perform that action at this time.
0 commit comments