ethers.js/utils/json-wallet.d.ts

4 lines
204 B
TypeScript

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