|
OpenCBDC Transaction Processor
|
#include "console_logger.hpp"#include "state_manager.hpp"#include "util/common/config.hpp"#include "util/network/connection_manager.hpp"#include <libnuraft/nuraft.hxx>

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. | |