Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ IsValidDestination
Function
IsValidDestination
src/script/standard.cpp:339–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
}
338
339
bool IsValidDestination(const CTxDestination& dest) {
340
return dest.which() != 0;
341
}
Callers
15
MutateTxAddOutAddr
Function · 0.85
IsValidDestinationString
Function · 0.85
setlabel
Function · 0.85
getaccount
Function · 0.85
sendtoaddress
Function · 0.85
signmessage
Function · 0.85
getreceivedbyaddress
Function · 0.85
sendfrom
Function · 0.85
sendmany
Function · 0.85
addwitnessaddress
Function · 0.85
MaybePushAddress
Function · 0.85
listunspent
Function · 0.85
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.68