#ifndef LLARP_TYPES_H #define LLARP_TYPES_H #include using llarp_proto_version_t = std::uint8_t; using llarp_time_t = std::uint64_t; using llarp_seconds_t = std::uint64_t; #endif