| 134 | ScriptInputType wrapped; |
| 135 | |
| 136 | AnyScriptInput() = default; |
| 137 | AnyScriptInput(const InputView &inputView, const blocksci::CScriptView &scriptView, const RawTransaction &tx, const AnySpendData &spendData); |
| 138 | |
| 139 | void process(AddressState &state); |
nothing calls this directly
no outgoing calls
no test coverage detected