Onlife/node_modules/ethers/utils/json-wallet.d.ts
2025-04-19 15:38:48 +08:00

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;