1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-15 09:50:57 +00:00

protob: add trezor t-specific ButtonRequestTypes

This commit is contained in:
Jan Pochyla 2018-02-27 12:01:06 +01:00
parent e5db98205a
commit 06f3b79a44

View File

@ -98,6 +98,9 @@ enum ButtonRequestType {
ButtonRequest_FirmwareCheck = 9;
ButtonRequest_Address = 10;
ButtonRequest_PublicKey = 11;
ButtonRequest_MnemonicWordCount = 12;
ButtonRequest_MnemonicInput = 13;
ButtonRequest_PassphraseType = 14;
}
/**