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

3 lines
185 B
TypeScript
Raw Permalink Normal View History

2022-04-11 17:14:19 -04:00
export declare const messagePrefix = "\u0019Ethereum Signed Message:\n";
export declare function hashMessage(message: Uint8Array | string): string;
//# sourceMappingURL=message.d.ts.map