| 123456 |
- export declare function fromHex(address: string): string;
- export declare function toHex(address: string): string;
- export declare function toChecksumAddress(address: string): string;
- export declare function isChecksumAddress(address: string): boolean;
- export declare function fromPrivateKey(privateKey: string, strict?: boolean): string | false;
- export declare function isAddress(address: unknown): boolean;
|