Skip to content

Commit a2ea28d

Browse files
committed
add eth_signTypedData not supported by any clients note to docs
1 parent 698d41d commit a2ea28d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/web3.eth.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,11 @@ The following methods are available on the ``web3.eth`` namespace.
927927
.. py:method:: Eth.sign_typed_data(account, jsonMessage)
928928
929929
* Delegates to ``eth_signTypedData`` RPC Method
930-
930+
931+
.. note::
932+
933+
``eth_signTypedData`` is not currently supported by any major client (Besu, Erigon, Geth, or Nethermind)
934+
931935
Please note that the ``jsonMessage`` argument is the loaded JSON Object
932936
and **NOT** the JSON String itself.
933937

newsfragments/2961.docs.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added 'unsupported by any current clients' note to the `Eth.sign_typed_data` docs

0 commit comments

Comments
 (0)