1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 19:09:10 +00:00
trezor-firmware/docs/client.rst

19 lines
331 B
ReStructuredText
Raw Normal View History

2014-08-21 17:04:10 +00: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