2
0
mirror of synced 2025-02-24 12:08:10 +00:00

4 lines
199 B
TypeScript
Raw Normal View History

2019-05-14 18:48:48 -04:00
export declare function isCrowdsaleWallet(json: string): boolean;
export declare function isKeystoreWallet(json: string): boolean;
export declare function getJsonWalletAddress(json: string): string;