Module trezor_client::client::common
source · Re-exports
pub use protos::ButtonRequest_ButtonRequestType as ButtonRequestType;
pub use protos::Features;
pub use protos::InputScriptType;
pub use protos::PinMatrixRequest_PinMatrixRequestType as PinMatrixRequestType;
Structs
A button request message sent by the device.
When resetting the device, it will ask for entropy to aid key generation.
A passphrase request message sent by the device.
A PIN matrix request message sent by the device.
Enums
The different types of user interactions the Trezor device can request.
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.
The different options for the number of words in a seed phrase.
Functions
Type Definitions
Function to be passed to the
Trezor.call
method to process the Trezor response message into a
general-purpose type.