swift
cryptodtoheaderdto.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2019 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
6 #ifndef SWIFT_CORE_AFV_CRYPTO_CRYPTODTOHEADERDTO_H
7 #define SWIFT_CORE_AFV_CRYPTO_CRYPTODTOHEADERDTO_H
8 
9 #include <cstdint>
10 
11 #include <QString>
12 
13 #include "msgpack.hpp"
14 
16 
17 namespace swift::core::afv::crypto
18 {
21  {
22  std::string ChannelTag;
23  uint64_t Sequence;
25  MSGPACK_DEFINE(ChannelTag, Sequence, Mode)
26  };
27 } // namespace swift::core::afv::crypto
28 
29 #endif // SWIFT_CORE_AFV_CRYPTO_CRYPTODTOHEADERDTO_H