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

Function ToScriptID

src/addresstype.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39CScriptID ToScriptID(const ScriptHash& script_hash)
40{
41 return CScriptID{uint160{script_hash}};
42}
43
44WitnessV0ScriptHash::WitnessV0ScriptHash(const CScript& in)
45{

Callers 3

operator()Method · 0.85
listunspentFunction · 0.85
GetKeyForDestinationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected