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

Method InputView

tools/parser/script_input.hpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 bool witnessActivated;
26
27 InputView(uint32_t inputNum_, uint32_t txNum_, std::vector<WitnessStackItem> && witnessStack_, bool witnessActivated_) : inputNum(inputNum_), txNum(txNum_), witnessStack(std::move(witnessStack_)), witnessActivated(witnessActivated_) {}
28};
29
30template<blocksci::AddressType::Enum type>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected