Re-exports§
pub use protos::Features;
pub use protos::InputScriptType;
bitcoin
Structs§
- Button
Request - A button request message sent by the device.
- Entropy
Request - When resetting the device, it will ask for entropy to aid key generation.
- Passphrase
Request - A passphrase request message sent by the device.
- PinMatrix
Request - A PIN matrix request message sent by the device.
Enums§
- Button
Request Type - Interaction
Type - The different types of user interactions the Trezor device can request.
- PinMatrix
Request Type - Trezor
Response - A response from a Trezor device. On every message exchange, instead of the expected/desired response, the Trezor can ask for some user interaction, or can send a failure.
- Word
Count - The different options for the number of words in a seed phrase.
Functions§
Type Aliases§
- Result
Handler - Function to be passed to the
Trezor.call
method to process the Trezor response message into a general-purpose type.