MCPcopy Create free account
hub / github.com/citp/BlockSci / ScriptOutput

Method ScriptOutput

tools/parser/script_output.hpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 bool isNew = false;
26
27 ScriptOutput() = default;
28 ScriptOutput(const ScriptOutputData<type> &data_) : data(data_) {}
29
30 uint32_t resolve(AddressState &state) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected