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

Function IsValidDestination

src/addresstype.cpp:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171bool IsValidDestination(const CTxDestination& dest) {
172 return std::visit(ValidDestinationVisitor(), dest);
173}

Callers 15

MutateTxAddOutAddrFunction · 0.85
IsValidDestinationStringFunction · 0.85
spend.cppFile · 0.85
setlabelFunction · 0.85
getaddressinfoFunction · 0.85
walletdisplayaddressFunction · 0.85
coins.cppFile · 0.85
listunspentFunction · 0.85
FundTransactionFunction · 0.85
signmessageFunction · 0.85
MaybePushAddressFunction · 0.85

Calls 1

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
generatetoaddressFunction · 0.68