ethers.js/packages/hash/index.d.ts
2019-05-14 18:48:48 -04:00

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;