TARAXA
|
#include <thread>
#include "common/types.hpp"
#include "config/config.hpp"
#include "final_chain/final_chain.hpp"
#include "logger/logging.hpp"
#include "network/network.hpp"
#include "pbft/period_data_queue.hpp"
#include "pbft/proposed_blocks.hpp"
Go to the source code of this file.
Classes | |
class | taraxa::PbftManager |
PbftManager class is a daemon that is used to finalize a bench of directed acyclic graph (DAG) blocks by using Practical Byzantine Fault Tolerance (PBFT) protocol. More... | |
class | taraxa::PbftManager::EligibleWallets |
struct | taraxa::PbftManager::ProposedBlockData |
Namespaces | |
namespace | taraxa |
namespace | taraxa::pillar_chain |