Add stricter Signer interface check
This commit is contained in:
parent
969b3a5e18
commit
053d282e9d
5 changed files with 19 additions and 2 deletions
types
1
types/types.d.ts
vendored
1
types/types.d.ts
vendored
|
@ -3,6 +3,7 @@ export declare function BIP32Path(value: string): boolean;
|
|||
export declare namespace BIP32Path {
|
||||
var toJSON: () => string;
|
||||
}
|
||||
export declare function Signer(obj: any): boolean;
|
||||
export declare function Satoshi(value: number): boolean;
|
||||
export declare const ECPoint: any;
|
||||
export declare const Network: any;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue