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