2022-08-18 21:48:39 +03:00
|
|
|
export declare function ensNormalize(name: string): string;
|
2020-10-19 06:19:16 +03:00
|
|
|
export declare function isValidName(name: string): boolean;
|
|
|
|
export declare function namehash(name: string): string;
|
2022-03-09 10:56:08 +03:00
|
|
|
export declare function dnsEncode(name: string): string;
|
2021-01-19 13:22:54 +03:00
|
|
|
//# sourceMappingURL=namehash.d.ts.map
|