ethers.js/packages/json-wallets/lib.esm/inspect.d.ts
2021-01-19 05:22:54 -05:00

4 lines
236 B
TypeScript

export declare function isCrowdsaleWallet(json: string): boolean;
export declare function isKeystoreWallet(json: string): boolean;
export declare function getJsonWalletAddress(json: string): string;
//# sourceMappingURL=inspect.d.ts.map