quartz/wallet/node_modules/@ethersproject/hash/lib.esm/message.d.ts
2022-03-04 20:05:23 +08: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