Bitcoin Core 28.99.0
P2P Digital Currency
|
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 | |
namespace | interfaces |
namespace | wallet |
Typedefs | |
using | wallet::LoadWalletFn = std::function< void(std::unique_ptr< interfaces::Wallet > wallet)> |