python-trezor/docs/client.rst

19 lines
331 B
ReStructuredText
Raw Normal View History

2014-08-21 10:04:10 -07:00
TrezorClient class
----------------
TrezorClient objects allow us to interact with TREZOR devices.
.. autoclass:: trezorlib.client.TrezorClient
:members:
:undoc-members:
The TrezorClient class inherits from three base classes:
.. toctree::
:maxdepth: 2
client-ProtocolMixin
client-BaseClient
client-TextUIMixin