Files
ternfs-XTXMarkets/cpp/shard/ShardKey.hpp
T
2025-09-17 18:20:23 +01:00

12 lines
295 B
C++

// Copyright 2025 XTX Markets Technologies Limited
//
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <array>
#include <cstdint>
static const std::array<uint8_t, 16> ShardKey{0x0d, 0x57, 0x82, 0xed, 0x77, 0x90, 0xd6, 0x69, 0x0f, 0x7d, 0x22, 0x44, 0x19, 0x5a, 0xff, 0x0b};