ethers.js/packages/hash/lib/message.d.ts
2021-01-19 05:22:54 -05:00

4 lines
226 B
TypeScript

import { Bytes } from "@ethersproject/bytes";
export declare const messagePrefix = "\u0019Ethereum Signed Message:\n";
export declare function hashMessage(message: Bytes | string): string;
//# sourceMappingURL=message.d.ts.map