OpenCBDC Transaction Processor
|
#include "distributed_tx.hpp"
#include "interface.hpp"
#include "server.hpp"
#include "state_machine.hpp"
#include "uhs/twophase/locking_shard/locking_shard.hpp"
#include "util/common/buffer.hpp"
#include "util/common/random_source.hpp"
#include "util/network/connection_manager.hpp"
#include "util/raft/node.hpp"
#include <secp256k1.h>
Go to the source code of this file.
Data Structures | |
class | cbdc::coordinator::controller |
Replicated coordinator node. More... | |
struct | cbdc::coordinator::controller::sm_command_header |
Metadata of a command for the state machine. More... | |
struct | cbdc::coordinator::controller::sm_command |
A full command for the state machine to process. More... | |
struct | cbdc::coordinator::controller::coordinator_state |
Current state of distributed transactions managed by a coordinator. More... | |
Namespaces | |
namespace | cbdc |
namespace | cbdc::coordinator |