| 45 | ADD_SIGNALS_IMPL_WRAPPER(BannedListChanged); |
| 46 | |
| 47 | bool CClientUIInterface::ThreadSafeMessageBox(const bilingual_str& message, const std::string& caption, unsigned int style) { return g_ui_signals.ThreadSafeMessageBox(message, caption, style).value_or(false);} |
| 48 | bool CClientUIInterface::ThreadSafeQuestion(const bilingual_str& message, const std::string& non_interactive_message, const std::string& caption, unsigned int style) { return g_ui_signals.ThreadSafeQuestion(message, non_interactive_message, caption, style).value_or(false);} |
| 49 | void CClientUIInterface::InitMessage(const std::string& message) { return g_ui_signals.InitMessage(message); } |
| 50 | void CClientUIInterface::InitWallet() { return g_ui_signals.InitWallet(); } |
no outgoing calls
no test coverage detected