MCPcopy 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
168uint32_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

stepsMethod · 0.45
processMethod · 0.45

Calls 1

visitFunction · 0.70

Tested by

no test coverage detected