#include <wallet2.h>
Definition at line 149 of file wallet2.h.
◆ wallet_device_callback()
| tools::wallet_device_callback::wallet_device_callback |
( |
wallet2 * | wallet | ) |
|
|
inline |
◆ on_button_pressed()
| void tools::wallet_device_callback::on_button_pressed |
( |
| ) |
|
|
overridevirtual |
◆ on_button_request()
| void tools::wallet_device_callback::on_button_request |
( |
uint64_t | code = 0 | ) |
|
|
overridevirtual |
◆ on_passphrase_request()
Reimplemented from hw::i_device_callback.
Definition at line 1089 of file wallet2.cpp.
1090{
1091 if (wallet)
1092 return wallet->on_device_passphrase_request(on_device);
1093 return boost::none;
1094}
◆ on_pin_request()
Reimplemented from hw::i_device_callback.
Definition at line 1082 of file wallet2.cpp.
1083{
1084 if (wallet)
1085 return wallet->on_device_pin_request();
1086 return boost::none;
1087}
◆ on_progress()
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/wallet/wallet2.h
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/wallet/wallet2.cpp