Files
ternfs-XTXMarkets/cpp/shard/ShardKey.hpp

8 lines
195 B
C++

#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};