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

Method toString

src/chain/output_pointer.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace blocksci {
27
28 std::string OutputPointer::toString() const {
29 std::stringstream ss;
30 ss << "OutputPointer(tx_index_from=" << txNum << ", output_index_from=" << inoutNum << ")";
31 return ss.str();
32 }
33
34 std::vector<Input> getInputs(const std::vector<OutputPointer> &pointers, DataAccess &access) {
35 std::unordered_set<InputPointer> allPointers;

Callers 1

output_pointer.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected