2
0
mirror of synced 2025-02-24 20:18:07 +00:00
ethers.js/utils/json-wallet.d.ts

4 lines
204 B
TypeScript
Raw Normal View History

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