[#node-NodeContext-chain_clients] = xref:node.adoc[node]::xref:node/NodeContext.adoc[NodeContext]::chain_clients :relfileprefix: ../../ :mrdocs: List of all chain clients (wallet processes or other client) connected to node. == Synopsis Declared in `<node/context.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<std::unique_ptr<interfaces::ChainClient>> chain_clients; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#