MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetDestinationBlindingKey

Function GetDestinationBlindingKey

src/rpc/util.cpp:1126–1128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124};
1125
1126CPubKey GetDestinationBlindingKey(const CTxDestination& dest) {
1127 return std::visit(BlindingPubkeyVisitor(), dest);
1128}
1129
1130bool IsBlindDestination(const CTxDestination& dest) {
1131 return GetDestinationBlindingKey(dest).IsFullyValid();

Callers 10

spend.cppFile · 0.85
getaddressinfoFunction · 0.85
importblindingkeyFunction · 0.85
dumpblindingkeyFunction · 0.85
ParseRecipientsFunction · 0.85
prepareTransactionMethod · 0.85
issueasset_baseFunction · 0.85
reissueasset_baseFunction · 0.85
IsBlindDestinationFunction · 0.85
ConstructTransactionFunction · 0.85

Calls 1

Tested by

no test coverage detected