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

Class PKHash

src/script/standard.h:97–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95};
96
97struct PKHash : public BaseHash<uint160>
98{
99 PKHash() : BaseHash() {}
100 explicit PKHash(const uint160& hash) : BaseHash(hash) {}
101 explicit PKHash(const CPubKey& pubkey);
102 explicit PKHash(const CKeyID& pubkey_id);
103 explicit PKHash(const CPubKey& pubkey, const CPubKey& blinding_pubkey);
104 explicit PKHash(const CKeyID& hash, const CPubKey& blinding_pubkey);
105 CPubKey blinding_pubkey;
106};
107CKeyID ToKeyID(const PKHash& key_hash);
108
109struct WitnessV0KeyHash;

Callers 15

GetDestinationForKeyFunction · 0.85
DecodeDestinationFunction · 0.85
IsMineInnerFunction · 0.85
AddKeyPubKeyWithDBMethod · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
importwalletFunction · 0.85
getwalletpakinfoFunction · 0.85
initpegoutwalletFunction · 0.85
getpegoutkeysFunction · 0.85
MakeScriptsMethod · 0.85
MakeScriptsMethod · 0.85

Calls

no outgoing calls

Tested by 15

BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_FIXTURE_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_FIXTURE_TEST_CASEFunction · 0.68
BOOST_FIXTURE_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_FIXTURE_TEST_CASEFunction · 0.68