OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
node.hpp File Reference
#include "console_logger.hpp"
#include "state_manager.hpp"
#include "util/common/config.hpp"
#include "util/network/connection_manager.hpp"
#include <libnuraft/nuraft.hxx>
Include dependency graph for node.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  cbdc::raft::node
 A node in a raft cluster. More...
 

Namespaces

namespace  cbdc
 
namespace  cbdc::raft
 

Typedefs

using cbdc::raft::result_type = nuraft::cmd_result<nuraft::ptr<nuraft::buffer>>
 A NuRaft state machine execution result.
 
using cbdc::raft::callback_type
 Function type for raft state machine execution result callbacks.