ethers.js/utils/hash.d.ts

5 lines
215 B
TypeScript
Raw Permalink Normal View History

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;