MCPcopy Create free account
hub / github.com/ElementsProject/elements / SetAddressBook

Method SetAddressBook

src/wallet/wallet.cpp:2415–2419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2413}
2414
2415bool CWallet::SetAddressBook(const CTxDestination& address, const std::string& strName, const std::string& strPurpose)
2416{
2417 WalletBatch batch(GetDatabase());
2418 return SetAddressBookWithDB(batch, address, strName, strPurpose);
2419}
2420
2421bool CWallet::DelAddressBook(const CTxDestination& address)
2422{

Callers 7

setAddressBookMethod · 0.80
setlabelFunction · 0.80
addmultisigaddressFunction · 0.80
importprivkeyFunction · 0.80
importwalletFunction · 0.80
TestGUIFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestGUIFunction · 0.64