mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 02:46:45 +00:00
update docs to reflect deprecation
This commit is contained in:
parent
540146dc50
commit
7426598750
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user