2
0
mirror of synced 2025-02-25 20:45:17 +00:00

4 lines
199 B
TypeScript

export declare function isCrowdsaleWallet(json: string): boolean;
export declare function isKeystoreWallet(json: string): boolean;
export declare function getJsonWalletAddress(json: string): string;