Clio develop
The XRP Ledger API server.
|
The token range used to split the full table scan into multiple ranges. More...
#include <FullTableScanner.hpp>
Public Member Functions | |
TokenRange (std::int64_t start, std::int64_t end) | |
Construct a new Token Range object. | |
Public Attributes | |
std::int64_t | start |
std::int64_t | end |
The token range used to split the full table scan into multiple ranges.
|
inline |
Construct a new Token Range object.
start | The start token |
end | The end token |