Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Namespaces | Typedefs
context.h File Reference
#include <sync.h>
#include <functional>
#include <list>
#include <memory>
#include <vector>
Include dependency graph for context.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  wallet::WalletContext
 WalletContext struct containing references to state shared between CWallet instances, like the reference to the chain interface, and the list of opened wallets. More...
 

Namespaces

 interfaces
 
 wallet
 

Typedefs

using wallet::LoadWalletFn = std::function< void(std::unique_ptr< interfaces::Wallet > wallet)>