Skip to content

Commit 151fa8d

Browse files
committed
Merge pull request #5 from pkhx02/master
Created new Button Request enums to replace generic ButtonRequestProtectCalls
2 parents 070fd7e + 43698e2 commit 151fa8d

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

types.proto

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,18 @@ enum ButtonRequestType {
104104
ButtonRequest_ChangeLabel = 14;
105105
ButtonRequest_ChangeLanguage = 15;
106106
ButtonRequest_EnablePassphrase = 16;
107-
ButtonRequest_DisablePassphrase= 17;
107+
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;
108119
}
109120

110121
/**

0 commit comments

Comments
 (0)