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

Function IsValidDestinationString

src/key_io.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219bool IsValidDestinationString(const std::string& str, const CChainParams& params)
220{
221 return IsValidDestination(DecodeDestination(str, params));
222}
223
224bool IsValidDestinationString(const std::string& str)
225{

Callers 6

ListReceivedFunction · 0.85
validateAddressMethod · 0.85
validateMethod · 0.85
ipcParseCommandLineMethod · 0.85
handleURIOrFileMethod · 0.85
DummyAddressFunction · 0.85

Calls 3

IsValidDestinationFunction · 0.85
DecodeDestinationFunction · 0.85
ParamsClass · 0.70

Tested by

no test coverage detected