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

4 lines
226 B
TypeScript
Raw Permalink Normal View History

2020-10-18 23:19:16 -04: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