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