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