UNPKG

354 BTypeScriptView Raw
1/**
2 * A constant for the ether symbol (normalized using NFKC).
3 *
4 * (**i.e.** ``"\\u039e"``)
5 */
6export declare const EtherSymbol: string;
7/**
8 * A constant for the [[link-eip-191]] personal message prefix.
9 *
10 * (**i.e.** ``"\\x19Ethereum Signed Message:\\n"``)
11 */
12export declare const MessagePrefix: string;
13//# sourceMappingURL=strings.d.ts.map
\No newline at end of file