Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citp/BlockSci
/ resolve
Method
resolve
tools/parser/script_output.cpp:168–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
uint32_t AnyScriptOutput::resolve(AddressState &state) {
169
return mpark::visit([&](auto &output) { return output.resolve(state); }, wrapped);
170
}
171
172
// MARK: TX_PUBKEY
173
Callers
2
steps
Method · 0.45
process
Method · 0.45
Calls
1
visit
Function · 0.70
Tested by
no test coverage detected