[#WalletInitInterface-Construct] = xref:WalletInitInterface.adoc[WalletInitInterface]::Construct :relfileprefix: ../ :mrdocs: Add wallets that should be opened to list of chain clients. == Synopsis Declared in `<walletinitinterface.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void Construct(xref:node/NodeContext.adoc[node::NodeContext]& node) const = 0; ---- == Parameters [cols="1,4"] |=== | Name| Description | *node* | The node context to register the wallet chain clients with. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#