![]() |
Bitcoin Core 22.99.0
P2P Digital Currency
|
#include <string>
Go to the source code of this file.
Functions | |
void | importaddress (CWallet &wallet, const std::string &address) |
Import the address to the wallet. More... | |
std::string | getnewaddress (CWallet &w) |
Returns a new address from the wallet. More... | |
Variables | |
const std::string | ADDRESS_BCRT1_UNSPENDABLE |
std::string getnewaddress | ( | CWallet & | w | ) |
Returns a new address from the wallet.
void importaddress | ( | CWallet & | wallet, |
const std::string & | address | ||
) |
Import the address to the wallet.
|
extern |
Definition at line 15 of file wallet.cpp.