6 lines
295 B
TypeScript
6 lines
295 B
TypeScript
|
import { Bytes } from "@ethersproject/bytes";
|
||
|
export declare function namehash(name: string): string;
|
||
|
export declare function id(text: string): string;
|
||
|
export declare const messagePrefix = "\u0019Ethereum Signed Message:\n";
|
||
|
export declare function hashMessage(message: Bytes | string): string;
|