5#ifndef BITCOIN_TEST_UTIL_WALLET_H
6#define BITCOIN_TEST_UTIL_WALLET_H
A CWallet maintains a set of transactions and balances, and provides the ability to create new transa...
std::string getnewaddress(CWallet &w)
Returns a new address from the wallet.
const std::string ADDRESS_BCRT1_UNSPENDABLE
void importaddress(CWallet &wallet, const std::string &address)
Import the address to the wallet.