Bitcoin Core  22.99.0
P2P Digital Currency
Namespaces | Functions | Variables
wallet.h File Reference
#include <string>
Include dependency graph for wallet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 wallet
 

Functions

void importaddress (wallet::CWallet &wallet, const std::string &address)
 Import the address to the wallet. More...
 
std::string getnewaddress (wallet::CWallet &w)
 Returns a new address from the wallet. More...
 

Variables

const std::string ADDRESS_BCRT1_UNSPENDABLE
 

Function Documentation

◆ getnewaddress()

std::string getnewaddress ( wallet::CWallet w)

Returns a new address from the wallet.

Here is the caller graph for this function:

◆ importaddress()

void importaddress ( wallet::CWallet wallet,
const std::string &  address 
)

Import the address to the wallet.

Here is the caller graph for this function:

Variable Documentation

◆ ADDRESS_BCRT1_UNSPENDABLE

const std::string ADDRESS_BCRT1_UNSPENDABLE

Definition at line 17 of file wallet.cpp.