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
9
#include "
util/serialization/serializer.hpp
"
10
11
#include <libnuraft/buffer.hxx>
12
13
namespace
cbdc
{
14
auto
operator<<
(serializer& ser,
const
nuraft::ptr<nuraft::buffer>& buf)
15
-> serializer&;
16
}
17
18
#endif
// OPENCBDC_TX_SRC_RAFT_MESSAGES_H_
cbdc
Definition
parsec/agent/client.cpp:11
cbdc::operator<<
auto operator<<(serializer &ser, const parsec::agent::rpc::request &req) -> serializer &
Definition
parsec/agent/format.cpp:11
serializer.hpp
src
util
raft
messages.hpp
Generated by
1.12.0