WalletContext struct containing references to state shared between CWallet instances,...
std::vector< std::shared_ptr< CWallet > > wallets GUARDED_BY(wallets_mutex)
WalletContext()
Declare default constructor and destructor that are not inline, so code instantiating the WalletConte...
std::list< LoadWalletFn > wallet_load_fns GUARDED_BY(wallets_mutex)
interfaces::Chain * chain
std::function< void(std::unique_ptr< interfaces::Wallet > wallet)> LoadWalletFn