2
0
mirror of synced 2025-02-25 12:35:17 +00:00
ethers.js/utils/hash.d.ts

5 lines
215 B
TypeScript

import { Arrayish } from './bytes';
export declare function namehash(name: string): string;
export declare function id(text: string): string;
export declare function hashMessage(message: Arrayish | string): string;