| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected