MCPcopy 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
228void SendCoinsEntry::setAddress(const QString &address)
229{
230 ui->payTo->setText(address);
231 ui->payAmount->setFocus();
232}
233
234void SendCoinsEntry::setAmount(const CAmount &amount)
235{

Callers 2

gotoSendCoinsPageMethod · 0.45
editLabelMethod · 0.45

Calls 2

setTextMethod · 0.80
setFocusMethod · 0.80

Tested by

no test coverage detected