MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / validateAddress

Method validateAddress

src/qt/walletmodel.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146bool WalletModel::validateAddress(const QString& address) const
147{
148 return IsValidDestinationString(address.toStdString());
149}
150
151WalletModel::SendCoinsReturn WalletModel::prepareTransaction(WalletModelTransaction &transaction, const CCoinControl& coinControl)
152{

Callers 2

validateMethod · 0.80
addRowMethod · 0.80

Calls 1

IsValidDestinationStringFunction · 0.85

Tested by

no test coverage detected