You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/docs/client.rst

19 lines
331 B

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