Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ getAddressTableModel
Method
getAddressTableModel
src/qt/walletmodel.cpp:289–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
}
288
289
AddressTableModel* WalletModel::getAddressTableModel() const
290
{
291
return addressTableModel;
292
}
293
294
TransactionTableModel* WalletModel::getTransactionTableModel() const
295
{
Callers
14
CoinControlDialog
Method · 0.80
updateView
Method · 0.80
on_addressBookButton_clicked
Method · 0.80
updateLabel
Method · 0.80
WalletView
Method · 0.80
editLabel
Method · 0.80
on_receiveButton_clicked
Method · 0.80
coinControlChangeEdited
Method · 0.80
lookupAddress
Method · 0.80
addressColor
Method · 0.80
data
Method · 0.80
on_addressBookButton_SM_clicked
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestAddAddressesToSendBook
Function · 0.64