OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
uhs/sentinel/format.hpp
Go to the documentation of this file.
1// Copyright (c) 2021 MIT Digital Currency Initiative,
2// Federal Reserve Bank of Boston
3// Distributed under the MIT software license, see the accompanying
4// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
6#ifndef OPENCBDC_TX_SRC_SENTINEL_FORMAT_H_
7#define OPENCBDC_TX_SRC_SENTINEL_FORMAT_H_
8
9#include "interface.hpp"
10
11namespace cbdc {
12 auto operator<<(serializer& packet, const sentinel::execute_response& r)
13 -> serializer&;
14 auto operator>>(serializer& packet, sentinel::execute_response& r)
15 -> serializer&;
16}
17
18#endif // OPENCBDC_TX_SRC_SENTINEL_FORMAT_H_
auto operator>>(serializer &deser, parsec::agent::rpc::request &req) -> serializer &
auto operator<<(serializer &ser, const parsec::agent::rpc::request &req) -> serializer &