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

Function IsValidDestinationString

src/key_io.cpp:311–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311bool IsValidDestinationString(const std::string& str, const CChainParams& params)
312{
313 std::string error_msg;
314 return IsValidDestination(DecodeDestination(str, params, error_msg, nullptr));
315}
316
317bool IsValidDestinationString(const std::string& str)
318{

Callers 5

transactions.cppFile · 0.85
script.cppFile · 0.85
validateAddressMethod · 0.85
validateMethod · 0.85
DummyAddressFunction · 0.85

Calls 3

IsValidDestinationFunction · 0.85
DecodeDestinationFunction · 0.85
ParamsClass · 0.70

Tested by

no test coverage detected