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

Method ScriptInput

tools/parser/script_input.hpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38 ScriptInput(const InputView &inputView, const blocksci::CScriptView &scriptView, const RawTransaction &tx, const SpendData<type> &spendData) : data(inputView, scriptView, tx, spendData) {}
39
40 void process(AddressState &state) {
41 data.process(state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected