added link to missing RPC methods issue in Geth

This commit is contained in:
shravan-shandilya 2016-10-17 08:49:49 +05:30
parent d558e43f1d
commit 905a76dedd

View File

@ -68,21 +68,15 @@ The following methods are available on the ``web3.shh`` namespace.
* Returns ``address`` of newly created group.
.. code-block:: python
>>>web3.shh.newGroup()
u'0xc65f283f440fd6cabea4dd7a2c807108f651b7135d1d6ca90931d93e97ab07fe42d923478ba2407d5b68aa497e4619ac10aa3b27726e1863c1fd9b570d99bbaf'
.. note:: This method is not implemented yet in ``Geth``. `Open Issue <https://github.com/ethereum/go-ethereum/issues/310>`_
.. py:method:: Shh.addToGroup(self, identity)
* Delegates to ``shh_addToGroup`` RPC Method
* Return ``True`` if the identity was succesfully added to the group,otherwise ``False``
* Returns ``True`` if the identity was succesfully added to the group,otherwise ``False``
.. code-block:: python
>>>web3.shh.addToGroup(u'0xc65f283f440fd6cabea4dd7a2c807108f651b7135d1d6ca90931d93e97ab07fe42d923478ba2407d5b68aa497e4619ac10aa3b27726e1863c1fd9b570d99bbaf')
True
.. note:: This method is not implemented yet in ``Geth``. `Open Issue <https://github.com/ethereum/go-ethereum/issues/310>`_
.. py:method:: Shh.filter(self, filter_params)