mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
4 lines
236 B
TypeScript
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
|