Clio  develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
Types.hpp
1#pragma once
2
3#include "migration/cassandra/impl/FullTableScanner.hpp"
4#include "migration/cassandra/impl/ObjectsAdapter.hpp"
5#include "migration/cassandra/impl/TransactionsAdapter.hpp"
6
7namespace migration::cassandra::impl {
8
9using ObjectsScanner = impl::FullTableScanner<impl::ObjectsAdapter>;
10using TransactionsScanner = impl::FullTableScanner<impl::TransactionsAdapter>;
11
12} // namespace migration::cassandra::impl