quartz/wallet/node_modules/@ethersproject/json-wallets/lib.esm/inspect.d.ts
2022-03-04 20:05:23 +08: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