| 21 | const blocksci::CScriptView &scriptView; |
| 22 | const RawTransaction &tx; |
| 23 | ScriptInputGenerator(const InputView &inputView_, const blocksci::CScriptView &scriptView_, const RawTransaction &tx_) : inputView(inputView_), scriptView(scriptView_), tx(tx_) {} |
| 24 | |
| 25 | template <blocksci::AddressType::Enum type> |
| 26 | ScriptInputType operator()(const SpendData<type> &spendData) const { |
nothing calls this directly
no outgoing calls
no test coverage detected