1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/docs/client.rst
2014-08-21 17:04:10 +00:00

19 lines
331 B
ReStructuredText

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