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

Method delAddressBook

src/wallet/interfaces.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 return m_wallet->SetAddressBook(dest, name, purpose);
181 }
182 bool delAddressBook(const CTxDestination& dest) override
183 {
184 return m_wallet->DelAddressBook(dest);
185 }
186 bool getAddress(const CTxDestination& dest,
187 std::string* name,
188 isminetype* is_mine,

Callers 2

setDataMethod · 0.80
removeRowsMethod · 0.80

Calls 1

DelAddressBookMethod · 0.80

Tested by

no test coverage detected