ethers.js/packages/hash/lib.esm/message.d.ts

4 lines
226 B
TypeScript
Raw Normal View History

2020-10-19 06:19:16 +03:00
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