Bitcoin ABC 0.30.5
P2P Digital Currency
|
Simple one-shot callback timer to be used by the RPC mechanism to e.g. More...
Public Member Functions | |
HTTPRPCTimer (struct event_base *eventBase, std::function< void()> &func, int64_t millis) | |
Public Member Functions inherited from RPCTimerBase | |
virtual | ~RPCTimerBase () |
Private Attributes | |
HTTPEvent | ev |
Simple one-shot callback timer to be used by the RPC mechanism to e.g.
re-lock the wallet.
Definition at line 39 of file httprpc.cpp.
|
inline |
|
private |
Definition at line 51 of file httprpc.cpp.