mirror of
https://github.com/monero-project/monero.git
synced 2025-11-25 01:33:18 -05:00
device/trezor: add button pressed request
This commit is contained in:
parent
827f52add0
commit
c68fe7873b
7 changed files with 42 additions and 1 deletions
|
|
@ -76,6 +76,7 @@ namespace hw {
|
|||
class i_device_callback {
|
||||
public:
|
||||
virtual void on_button_request(uint64_t code=0) {}
|
||||
virtual void on_button_pressed() {}
|
||||
virtual boost::optional<epee::wipeable_string> on_pin_request() { return boost::none; }
|
||||
virtual boost::optional<epee::wipeable_string> on_passphrase_request(bool on_device) { return boost::none; }
|
||||
virtual void on_progress(const device_progress& event) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue