| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected