1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

Added ButtonRequestType enum

This commit is contained in:
slush0 2014-02-06 10:34:50 +01:00
parent e973056669
commit 349a845530

View File

@ -49,7 +49,13 @@ enum RequestType {
}
enum ButtonRequestType {
ButtonRequest_FeeOverThreshold = 1;
ButtonRequest_Other = 1;
ButtonRequest_FeeOverThreshold = 2;
ButtonRequest_ConfirmOutput = 3;
ButtonRequest_ResetDevice = 4;
ButtonRequest_ConfirmWord = 5;
ButtonRequest_WipeDevice = 6;
ButtonRequest_ProtectCall = 7;
}
// Structure of BIP32 (hierarchical deterministic) node