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

Method ScriptInputGenerator

tools/parser/script_input.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected