Bitcoin ABC 0.26.3
P2P Digital Currency
|
Class for handling RPC timers (used for e.g. More...
Public Member Functions | |
QtRPCTimerBase (std::function< void()> &_func, int64_t millis) | |
~QtRPCTimerBase () | |
Public Member Functions inherited from RPCTimerBase | |
virtual | ~RPCTimerBase () |
Private Attributes | |
QTimer | timer |
std::function< void()> | func |
Class for handling RPC timers (used for e.g.
re-locking the wallet after a timeout)
Definition at line 93 of file rpcconsole.cpp.
|
inline |
Definition at line 101 of file rpcconsole.cpp.
|
private |
Definition at line 105 of file rpcconsole.cpp.
|
private |
Definition at line 104 of file rpcconsole.cpp.