#include "consensus_init.hpp"
|
| std::shared_ptr< YacGate > | initConsensusGate (Round initial_round, std::shared_ptr< ametsuchi::PeerQueryFactory > peer_query_factory, boost::optional< shared_model::interface::types::PeerList > alternative_peers, std::shared_ptr< const LedgerState > ledger_state, std::shared_ptr< simulator::BlockCreator > block_creator, std::shared_ptr< network::BlockLoader > block_loader, const shared_model::crypto::Keypair &keypair, std::shared_ptr< consensus::ConsensusResultCache > block_cache, std::chrono::milliseconds vote_delay_milliseconds, std::shared_ptr< iroha::network::AsyncGrpcClient< google::protobuf::Empty >> async_call, ConsistencyModel consistency_model, const logger::LoggerManagerTreePtr &consensus_log_manager, std::chrono::milliseconds delay, std::shared_ptr< iroha::network::GenericClientFactory > client_factory) |
| |
| std::shared_ptr< NetworkImpl > | getConsensusNetwork () const |
| |
◆ getConsensusNetwork()
| std::shared_ptr< NetworkImpl > iroha::consensus::yac::YacInit::getConsensusNetwork |
( |
| ) |
const |
◆ initConsensusGate()
| std::shared_ptr< YacGate > iroha::consensus::yac::YacInit::initConsensusGate |
( |
Round |
initial_round, |
|
|
std::shared_ptr< ametsuchi::PeerQueryFactory > |
peer_query_factory, |
|
|
boost::optional< shared_model::interface::types::PeerList > |
alternative_peers, |
|
|
std::shared_ptr< const LedgerState > |
ledger_state, |
|
|
std::shared_ptr< simulator::BlockCreator > |
block_creator, |
|
|
std::shared_ptr< network::BlockLoader > |
block_loader, |
|
|
const shared_model::crypto::Keypair & |
keypair, |
|
|
std::shared_ptr< consensus::ConsensusResultCache > |
block_cache, |
|
|
std::chrono::milliseconds |
vote_delay_milliseconds, |
|
|
std::shared_ptr< iroha::network::AsyncGrpcClient< google::protobuf::Empty >> |
async_call, |
|
|
ConsistencyModel |
consistency_model, |
|
|
const logger::LoggerManagerTreePtr & |
consensus_log_manager, |
|
|
std::chrono::milliseconds |
delay, |
|
|
std::shared_ptr< iroha::network::GenericClientFactory > |
client_factory |
|
) |
| |
The documentation for this class was generated from the following files: