2
0
mirror of synced 2025-02-24 20:18:07 +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;