Bitcoin Core  21.99.0
P2P Digital Currency
Namespaces | Functions
wallet.cpp File Reference
#include <interfaces/wallet.h>
#include <amount.h>
#include <interfaces/chain.h>
#include <interfaces/handler.h>
#include <policy/fees.h>
#include <primitives/transaction.h>
#include <rpc/server.h>
#include <script/standard.h>
#include <support/allocators/secure.h>
#include <sync.h>
#include <uint256.h>
#include <util/check.h>
#include <util/ref.h>
#include <util/system.h>
#include <util/ui_change_type.h>
#include <wallet/context.h>
#include <wallet/feebumper.h>
#include <wallet/fees.h>
#include <wallet/ismine.h>
#include <wallet/load.h>
#include <wallet/rpcwallet.h>
#include <wallet/wallet.h>
#include <memory>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for wallet.cpp:

Go to the source code of this file.

Namespaces

 interfaces
 

Functions

std::unique_ptr< Wallet > interfaces::MakeWallet (const std::shared_ptr< CWallet > &wallet)
 Return implementation of Wallet interface. More...
 
std::unique_ptr< WalletClient > interfaces::MakeWalletClient (Chain &chain, ArgsManager &args)
 Return implementation of ChainClient interface for a wallet client. More...
 

Variable Documentation

◆ m_context

WalletContext m_context

Definition at line 559 of file wallet.cpp.

◆ m_rpc_commands

std::list<CRPCCommand> m_rpc_commands

Definition at line 562 of file wallet.cpp.

◆ m_rpc_handlers

std::vector<std::unique_ptr<Handler> > m_rpc_handlers

Definition at line 561 of file wallet.cpp.

◆ m_wallet

std::shared_ptr<CWallet> m_wallet

Definition at line 486 of file wallet.cpp.

◆ m_wallet_filenames

const std::vector<std::string> m_wallet_filenames

Definition at line 560 of file wallet.cpp.