Added ButtonRequestType enum

pull/41/head
slush0 11 years ago
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…
Cancel
Save