MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ToKeyID

Function ToKeyID

src/addresstype.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27WitnessV0KeyHash::WitnessV0KeyHash(const PKHash& pubkey_hash) : BaseHash{pubkey_hash} {}
28
29CKeyID ToKeyID(const PKHash& key_hash)
30{
31 return CKeyID{uint160{key_hash}};
32}
33
34CKeyID ToKeyID(const WitnessV0KeyHash& key_hash)
35{

Callers 4

SignMessageMethod · 0.85
operator()Method · 0.85
GetKeyForDestinationFunction · 0.85
updateLabelsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected