Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ setAddress
Method
setAddress
src/qt/sendcoinsentry.cpp:228–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
void SendCoinsEntry::setAddress(const QString &address)
229
{
230
ui->payTo->setText(address);
231
ui->payAmount->setFocus();
232
}
233
234
void SendCoinsEntry::setAmount(const CAmount &amount)
235
{
Callers
2
gotoSendCoinsPage
Method · 0.45
editLabel
Method · 0.45
Calls
2
setText
Method · 0.80
setFocus
Method · 0.80
Tested by
no test coverage detected