Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
CScriptID ToScriptID(const ScriptHash& script_hash)
40
{
41
return CScriptID{uint160{script_hash}};
42
}
43
44
WitnessV0ScriptHash::WitnessV0ScriptHash(const CScript& in)
45
{
Callers
3
operator()
Method · 0.85
listunspent
Function · 0.85
GetKeyForDestination
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected