MCPcopy 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
1130bool IsBlindDestination(const CTxDestination& dest) {
1131 return GetDestinationBlindingKey(dest).IsFullyValid();
1132}
1133
1134class DescribeBlindAddressVisitor
1135{

Callers 10

spend.cppFile · 0.85
operator()Method · 0.85
getaddressinfoFunction · 0.85
importblindingkeyFunction · 0.85
dumpblindingkeyFunction · 0.85
issueasset_baseFunction · 0.85
reissueasset_baseFunction · 0.85
operator()Method · 0.85
createblindedaddressFunction · 0.85
ConstructTransactionFunction · 0.85

Calls 2

IsFullyValidMethod · 0.80

Tested by

no test coverage detected