| 317 | return MakeHandler(::uiInterface.NotifyAlertChanged_connect(fn)); |
| 318 | } |
| 319 | std::unique_ptr<Handler> handleBannedListChanged(BannedListChangedFn fn) override |
| 320 | { |
| 321 | return MakeHandler(::uiInterface.BannedListChanged_connect(fn)); |
| 322 | } |
| 323 | std::unique_ptr<Handler> handleNotifyBlockTip(NotifyBlockTipFn fn) override |
| 324 | { |
| 325 | return MakeHandler(::uiInterface.NotifyBlockTip_connect([fn](SynchronizationState sync_state, const CBlockIndex* block) { |
no test coverage detected