| 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); |
| 42 | } |
| 43 | }; |
| 44 | |
| 45 | struct ScriptInputDataBase { |
nothing calls this directly
no outgoing calls
no test coverage detected