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

Method GetBlindingPubKey

src/wallet/wallet.cpp:4087–4095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4085}
4086
4087CPubKey CWallet::GetBlindingPubKey(const CScript& script) const
4088{
4089 CKey key = GetBlindingKey(&script);
4090 if (key.IsValid()) {
4091 return key.GetPubKey();
4092 }
4093
4094 return CPubKey();
4095}
4096
4097bool CWallet::LoadSpecificBlindingKey(const CScriptID& scriptid, const uint256& key)
4098{

Callers 7

fillBlindDetailsFunction · 0.80
spend.cppFile · 0.80
operator()Method · 0.80
getaddressinfoFunction · 0.80
blindrawtransactionFunction · 0.80
issueassetFunction · 0.80
reissueassetFunction · 0.80

Calls 3

CPubKeyClass · 0.50
IsValidMethod · 0.45
GetPubKeyMethod · 0.45

Tested by

no test coverage detected