Onlife/node_modules/ethers/utils/json-wallet.d.ts

4 lines
204 B
TypeScript
Raw Normal View History

2025-04-19 15:38:48 +08:00
export declare function isCrowdsaleWallet(json: string): boolean;
export declare function isSecretStorageWallet(json: string): boolean;
export declare function getJsonWalletAddress(json: string): string;