Files
rippled/src/libxrpl/beast/insight/Collector.cpp
2026-03-31 17:29:45 +00:00

9 lines
163 B
C++

#include <xrpl/beast/insight/Collector.h>
namespace beast {
namespace insight {
Collector::~Collector() = default;
} // namespace insight
} // namespace beast