ethers.js/packages/hash/lib/namehash.d.ts

4 lines
211 B
TypeScript
Raw Permalink Normal View History

2022-04-11 17:14:19 -04:00
export declare function isValidName(name: string): boolean;
export declare function namehash(name: string): string;
export declare function dnsEncode(name: string): string;
//# sourceMappingURL=namehash.d.ts.map