![]() |
Bitcoin Core
24.99.0
P2P Digital Currency
|
#include <wallet/test/util.h>
#include <chain.h>
#include <key.h>
#include <key_io.h>
#include <test/util/setup_common.h>
#include <wallet/wallet.h>
#include <wallet/walletdb.h>
#include <memory>
Go to the source code of this file.
Namespaces | |
wallet | |
Functions | |
std::unique_ptr< CWallet > | wallet::CreateSyncedWallet (interfaces::Chain &chain, CChain &cchain, ArgsManager &args, const CKey &key) |
std::unique_ptr< WalletDatabase > | wallet::DuplicateMockDatabase (WalletDatabase &database, DatabaseOptions &options) |
std::string | wallet::getnewaddress (CWallet &w) |
Returns a new encoded destination from the wallet (hardcoded to BECH32) More... | |
CTxDestination | wallet::getNewDestination (CWallet &w, OutputType output_type) |
Returns a new destination, of an specific type, from the wallet. More... | |