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:
parent
e973056669
commit
349a845530
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user