You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/web3-eth-accounts.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -330,7 +330,7 @@ Parameters
330
330
1. ``data`` - ``String``: The data to sign.
331
331
2. ``privateKey`` - ``String``: The private key to sign with.
332
332
333
-
.. note:: The passed string of data is before UTF-8 HEX decoded and enveloped as follows: ``"\x19Ethereum Signed Message:\n" + message.length + message``.
333
+
.. note:: The value passed as the `data` parameter will be UTF-8 HEX decoded and wrapped as follows: ``"\x19Ethereum Signed Message:\n" + message.length + message``.
0 commit comments