Module common

Source

Re-exports§

pub use protos::Features;
pub use protos::InputScriptType;bitcoin

Structs§

ButtonRequest
A button request message sent by the device.
EntropyRequest
When resetting the device, it will ask for entropy to aid key generation.
PassphraseRequest
A passphrase request message sent by the device.
PinMatrixRequest
A PIN matrix request message sent by the device.

Enums§

ButtonRequestType
InteractionType
The different types of user interactions the Trezor device can request.
PinMatrixRequestType
TrezorResponse
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.
WordCount
The different options for the number of words in a seed phrase.

Functions§

handle_interaction

Type Aliases§

ResultHandler
Function to be passed to the Trezor.call method to process the Trezor response message into a general-purpose type.