Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
171
bool IsValidDestination(const CTxDestination& dest) {
172
return std::visit(ValidDestinationVisitor(), dest);
173
}
Callers
15
MutateTxAddOutAddr
Function · 0.85
IsValidDestinationString
Function · 0.85
spend.cpp
File · 0.85
scriptpubkeyman.cpp
File · 0.85
setlabel
Function · 0.85
getaddressinfo
Function · 0.85
walletdisplayaddress
Function · 0.85
coins.cpp
File · 0.85
listunspent
Function · 0.85
FundTransaction
Function · 0.85
signmessage
Function · 0.85
MaybePushAddress
Function · 0.85
Calls
1
ValidDestinationVisitor
Class · 0.85
Tested by
3
BOOST_AUTO_TEST_CASE
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
generatetoaddress
Function · 0.68