| 101 | } |
| 102 | |
| 103 | std::array<uint32_t, DedupAddressType::size> scriptCounts() const { |
| 104 | return make_static_table<DedupAddressType, internal::ScriptCountFunctor>(*this); |
| 105 | } |
| 106 | |
| 107 | uint32_t scriptCount(DedupAddressType::Enum type) const { |
| 108 | static constexpr auto table = make_dynamic_table<DedupAddressType, internal::ScriptCountFunctor>(); |