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

Function ScriptDataBase

include/blocksci/core/script_data.hpp:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 uint32_t typesSeen;
74
75 explicit ScriptDataBase(uint32_t txNum) : txFirstSeen(txNum), txFirstSpent(std::numeric_limits<uint32_t>::max()), typesSeen(0) {}
76
77 void visitPointers(const std::function<void(const RawAddress &)> &) const {}
78

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected