UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

4 lines 226 B
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