Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ IsBlindDestination
Function
IsBlindDestination
src/rpc/util.cpp:1130–1132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1128
}
1129
1130
bool IsBlindDestination(const CTxDestination& dest) {
1131
return GetDestinationBlindingKey(dest).IsFullyValid();
1132
}
1133
1134
class DescribeBlindAddressVisitor
1135
{
Callers
10
spend.cpp
File · 0.85
operator()
Method · 0.85
getaddressinfo
Function · 0.85
importblindingkey
Function · 0.85
dumpblindingkey
Function · 0.85
issueasset_base
Function · 0.85
reissueasset_base
Function · 0.85
operator()
Method · 0.85
createblindedaddress
Function · 0.85
ConstructTransaction
Function · 0.85
Calls
2
GetDestinationBlindingKey
Function · 0.85
IsFullyValid
Method · 0.80
Tested by
no test coverage detected