OpenCBDC Transaction Processor
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
parsec/agent/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_PARSEC_AGENT_FORMAT_H_
7#define OPENCBDC_TX_SRC_PARSEC_AGENT_FORMAT_H_
8
9#include "messages.hpp"
11
12namespace cbdc {
13 auto operator<<(serializer& ser, const parsec::agent::rpc::request& req)
14 -> serializer&;
15 auto operator>>(serializer& deser, parsec::agent::rpc::request& req)
16 -> serializer&;
17}
18
19#endif
exec_request request
Agent RPC request type.
auto operator>>(serializer &deser, parsec::agent::rpc::request &req) -> serializer &
auto operator<<(serializer &ser, const parsec::agent::rpc::request &req) -> serializer &