MCPcopy Create free account
hub / github.com/LUX-Core/lux / setAddress

Method setAddress

src/qt/token.cpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void Token::setAddress(const std::string &address)
211{
212 d->lstParams[PARAM_ADDRESS] = QString::fromStdString(address);
213}
214
215void Token::setDataHex(const std::string &datahex)
216{

Callers 9

on_saveInfoClickedMethod · 0.45
on_saveInfoClickedMethod · 0.45
gotoSendCoinsPageMethod · 0.45
editLabelMethod · 0.45
on_confirmClickedMethod · 0.45
updateMethod · 0.45
updateTokenTxMethod · 0.45
on_addressChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected