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

Method validateAddress

src/qt/walletmodel.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121bool WalletModel::validateAddress(const QString &address)
122{
123 return IsValidDestinationString(address.toStdString());
124}
125
126WalletModel::SendCoinsReturn WalletModel::prepareTransaction(WalletModelTransaction &transaction, const CCoinControl& coinControl)
127{

Callers 2

validateMethod · 0.80
addRowMethod · 0.80

Calls 1

IsValidDestinationStringFunction · 0.85

Tested by

no test coverage detected