Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
wallet.cpp File Reference
#include <bitcoin-build-config.h>
#include <core_io.h>
#include <key_io.h>
#include <rpc/server.h>
#include <rpc/util.h>
#include <univalue.h>
#include <util/translation.h>
#include <wallet/context.h>
#include <wallet/receive.h>
#include <wallet/rpc/util.h>
#include <wallet/rpc/wallet.h>
#include <wallet/wallet.h>
#include <wallet/walletutil.h>
#include <optional>
#include <string_view>
Include dependency graph for wallet.cpp:

Go to the source code of this file.

Namespaces

namespace  wallet

Functions

static RPCHelpMan wallet::getwalletinfo ()
static RPCHelpMan wallet::listwalletdir ()
static RPCHelpMan wallet::listwallets ()
static RPCHelpMan wallet::loadwallet ()
static RPCHelpMan wallet::setwalletflag ()
static RPCHelpMan wallet::createwallet ()
static RPCHelpMan wallet::unloadwallet ()
RPCHelpMan wallet::simulaterawtransaction ()
static RPCHelpMan wallet::migratewallet ()
RPCHelpMan wallet::gethdkeys ()
static RPCHelpMan wallet::createwalletdescriptor ()
RPCHelpMan wallet::getaddressinfo ()
RPCHelpMan wallet::getnewaddress ()
RPCHelpMan wallet::getrawchangeaddress ()
RPCHelpMan wallet::setlabel ()
RPCHelpMan wallet::listaddressgroupings ()
RPCHelpMan wallet::keypoolrefill ()
RPCHelpMan wallet::getaddressesbylabel ()
RPCHelpMan wallet::listlabels ()
RPCHelpMan wallet::walletdisplayaddress ()
RPCHelpMan wallet::importprunedfunds ()
RPCHelpMan wallet::removeprunedfunds ()
RPCHelpMan wallet::importdescriptors ()
RPCHelpMan wallet::listdescriptors ()
RPCHelpMan wallet::backupwallet ()
RPCHelpMan wallet::restorewallet ()
RPCHelpMan wallet::getreceivedbyaddress ()
RPCHelpMan wallet::getreceivedbylabel ()
RPCHelpMan wallet::getbalance ()
RPCHelpMan wallet::lockunspent ()
RPCHelpMan wallet::listlockunspent ()
RPCHelpMan wallet::getbalances ()
RPCHelpMan wallet::listunspent ()
RPCHelpMan wallet::walletpassphrase ()
RPCHelpMan wallet::walletpassphrasechange ()
RPCHelpMan wallet::walletlock ()
RPCHelpMan wallet::encryptwallet ()
RPCHelpMan wallet::sendtoaddress ()
RPCHelpMan wallet::sendmany ()
RPCHelpMan wallet::fundrawtransaction ()
RPCHelpMan wallet::bumpfee ()
RPCHelpMan wallet::psbtbumpfee ()
RPCHelpMan wallet::send ()
RPCHelpMan wallet::sendall ()
RPCHelpMan wallet::walletprocesspsbt ()
RPCHelpMan wallet::walletcreatefundedpsbt ()
RPCHelpMan wallet::signrawtransactionwithwallet ()
RPCHelpMan wallet::signmessage ()
RPCHelpMan wallet::listreceivedbyaddress ()
RPCHelpMan wallet::listreceivedbylabel ()
RPCHelpMan wallet::listtransactions ()
RPCHelpMan wallet::listsinceblock ()
RPCHelpMan wallet::gettransaction ()
RPCHelpMan wallet::abandontransaction ()
RPCHelpMan wallet::rescanblockchain ()
RPCHelpMan wallet::abortrescan ()
std::span< const CRPCCommandwallet::GetWalletRPCCommands ()

Variables

static const std::map< uint64_t, std::string > wallet::WALLET_FLAG_CAVEATS