strings.d.ts 354 B

12345678910111213
  1. /**
  2. * A constant for the ether symbol (normalized using NFKC).
  3. *
  4. * (**i.e.** ``"\\u039e"``)
  5. */
  6. export 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. */
  12. export declare const MessagePrefix: string;
  13. //# sourceMappingURL=strings.d.ts.map