Module trezor_client::transport::protocol
source · Structs§
- The original binary protocol.
- V2 of the binary protocol. This version is currently not in use by any device and is subject to change.
Traits§
- A link represents a serial connection to send and receive byte chunks from and to a device.
- A protocol is used to encode messages in chunks that can be sent to the device and to parse chunks into messages.