update docs to reflect deprecation

This commit is contained in:
Piper Merriam 2017-03-22 09:00:33 -06:00
parent 540146dc50
commit 7426598750

View File

@ -21,6 +21,7 @@ RequestManager
Delegated Signing Manager
-------------------------
.. warning:: The ``DelegatedSigningManager`` has been deprecated and will be removed in subsequent releases.
.. py:class:: DelegatedSigningManager(wrapped_manager, signing_manager)
@ -68,6 +69,8 @@ transaction to the network using the ``eth_sendRawTransaction`` method.
Private Key Signing Manager
---------------------------
.. warning:: The ``PrivateKeySigningManager`` has been deprecated and will be removed in subsequent releases.
.. py:class:: PrivateKeySigningManager(wrapped_manager, keys={})
This manager is similar to the ``DelegatedSigningManager`` except that