We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
signers
Trezor supports a feature of hidden wallets (passphrases).
A passphrase can be provided via the trezor protocol, that yields a different private key.
https://docs.rs/trezor-client/0.1.4/trezor_client/client/common/struct.PassphraseRequest.html#method.ack_passphrase
It would be great if we can add this to Alloy
https://github.com/trezor/trezor-firmware/blob/c8b811bac51c835545c5f52ec4873c3f0e4e3385/rust/trezor-client/examples/interaction.rs#L25
The text was updated successfully, but these errors were encountered:
cc @joshieDo 😉
Sorry, something went wrong.
No branches or pull requests
Component
signers
Describe the feature you would like
Trezor supports a feature of hidden wallets (passphrases).
A passphrase can be provided via the trezor protocol, that yields a different private key.
https://docs.rs/trezor-client/0.1.4/trezor_client/client/common/struct.PassphraseRequest.html#method.ack_passphrase
It would be great if we can add this to Alloy
Additional context
https://github.com/trezor/trezor-firmware/blob/c8b811bac51c835545c5f52ec4873c3f0e4e3385/rust/trezor-client/examples/interaction.rs#L25
The text was updated successfully, but these errors were encountered: