We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 070fd7e + 43698e2 commit 151fa8dCopy full SHA for 151fa8d
1 file changed
types.proto
@@ -104,7 +104,18 @@ enum ButtonRequestType {
104
ButtonRequest_ChangeLabel = 14;
105
ButtonRequest_ChangeLanguage = 15;
106
ButtonRequest_EnablePassphrase = 16;
107
- ButtonRequest_DisablePassphrase= 17;
+ ButtonRequest_DisablePassphrase = 17;
108
+ ButtonRequest_EncryptAndSignMessage = 18;
109
+ ButtonRequest_EncryptMessage = 19;
110
+ ButtonRequest_ImportPrivateKey = 20;
111
+ ButtonRequest_ImportRecoverySentence = 21;
112
+ ButtonRequest_signIdentity = 22;
113
+ ButtonRequest_Ping = 23;
114
+ ButtonRequest_RemovePIN = 24;
115
+ ButtonRequest_ChangePIN = 25;
116
+ ButtonRequest_CreatePIN = 26;
117
+ ButtonRequest_GenerateEntropy = 27;
118
+ ButtonRequest_SignMessage = 28;
119
}
120
121
/**
0 commit comments