MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / getAddressData

Method getAddressData

src/qt/addresstablemodel.cpp:428–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428bool AddressTableModel::getAddressData(const QString &address,
429 std::string* name,
430 std::string* purpose) const {
431 CTxDestination destination = DecodeDestination(address.toStdString());
432 return walletModel->wallet().getAddress(destination, name, /* is_mine= */ nullptr, purpose);
433}
434
435int AddressTableModel::lookupAddress(const QString &address) const
436{

Callers

nothing calls this directly

Calls 2

DecodeDestinationFunction · 0.85
getAddressMethod · 0.45

Tested by

no test coverage detected