rippled
Loading...
Searching...
No Matches
Hook.cpp
1#include <xrpl/beast/insight/Hook.h>
2#include <xrpl/beast/insight/HookImpl.h>
3
4namespace beast {
5namespace insight {
6
7HookImpl::~HookImpl() = default;
8}
9} // namespace beast