OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
util/raft/messages.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_RAFT_MESSAGES_H_
7#define OPENCBDC_TX_SRC_RAFT_MESSAGES_H_
8
10
11#include <libnuraft/buffer.hxx>
12
13namespace cbdc {
14 auto operator<<(serializer& ser, const nuraft::ptr<nuraft::buffer>& buf)
15 -> serializer&;
16}
17
18#endif // OPENCBDC_TX_SRC_RAFT_MESSAGES_H_
auto operator<<(serializer &ser, const parsec::agent::rpc::request &req) -> serializer &