mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 03:18:09 +00:00
Added ButtonRequestType enum
This commit is contained in:
parent
e973056669
commit
349a845530
@ -49,7 +49,13 @@ enum RequestType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
enum ButtonRequestType {
|
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
|
// Structure of BIP32 (hierarchical deterministic) node
|
||||||
|
Loading…
Reference in New Issue
Block a user