MCPcopy Create free account
hub / github.com/ElementsProject/elements / validateAddress

Method validateAddress

src/qt/walletmodel.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178bool WalletModel::validateAddress(const QString &address)
179{
180 return IsValidDestinationString(address.toStdString());
181}
182
183WalletModel::SendCoinsReturn WalletModel::prepareTransaction(WalletModelTransaction &transaction, wallet::BlindDetails *blind_details, const CCoinControl& coinControl)
184{

Callers 2

validateMethod · 0.80
addRowMethod · 0.80

Calls 1

IsValidDestinationStringFunction · 0.85

Tested by

no test coverage detected