WalletInitInterface::Construct

Add wallets that should be opened to list of chain clients.

Synopsis

Declared in <walletinitinterface.h>

virtual
void
Construct(node::NodeContext& node) const = 0;

Parameters

NameDescription
nodeThe node context to register the wallet chain clients with.