Add stricter Signer interface check

This commit is contained in:
junderw 2019-06-13 13:32:21 +09:00
parent 969b3a5e18
commit 053d282e9d
No known key found for this signature in database
GPG key ID: B256185D3A971908
5 changed files with 19 additions and 2 deletions

1
types/types.d.ts vendored
View file

@ -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;