Swap-Aggregator-Subgraph/node_modules/@ethersproject/hash/lib.esm/namehash.d.ts
2022-07-03 07:27:35 +05:30

4 lines
211 B
TypeScript

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