[#CZMQAbstractNotifier-NotifyBlockConnect] = xref:CZMQAbstractNotifier.adoc[CZMQAbstractNotifier]::NotifyBlockConnect :relfileprefix: ../ :mrdocs: Notifies of every block connection. == Synopsis Declared in `<zmq/zmqabstractnotifier.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool NotifyBlockConnect(xref:CBlockIndex.adoc[CBlockIndex] const* pindex); ---- == Return Value True on success, false on failure. == Parameters [cols="1,4"] |=== | Name| Description | *pindex* | The block index of the connected block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#