#include "iroha_conf_loader.hpp"

Classes | |
| struct | DbConfig |
| struct | InterPeerTls |
| struct | UtilityService |
Public Attributes | |
| boost::optional< std::string > | block_store_path |
| uint16_t | torii_port |
| boost::optional< iroha::torii::TlsParams > | torii_tls_params |
| boost::optional< InterPeerTls > | inter_peer_tls |
| uint16_t | internal_port |
| boost::optional< std::string > | pg_opt |
| boost::optional< DbConfig > | database_config |
| uint32_t | max_proposal_size |
| uint32_t | proposal_delay |
| uint32_t | vote_delay |
| bool | mst_support |
| boost::optional< uint32_t > | mst_expiration_time |
| boost::optional< uint32_t > | max_round_delay_ms |
| boost::optional< uint32_t > | stale_stream_max_rounds |
| boost::optional< logger::LoggerManagerTreePtr > | logger_manager |
| boost::optional< shared_model::interface::types::PeerList > | initial_peers |
| boost::optional< UtilityService > | utility_service |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
| boost::optional<std::string> IrohadConfig::block_store_path |
| boost::optional<DbConfig> IrohadConfig::database_config |
| boost::optional<shared_model::interface::types::PeerList> IrohadConfig::initial_peers |
| boost::optional<InterPeerTls> IrohadConfig::inter_peer_tls |
| uint16_t IrohadConfig::internal_port |
| boost::optional<logger::LoggerManagerTreePtr> IrohadConfig::logger_manager |
| uint32_t IrohadConfig::max_proposal_size |
| boost::optional<uint32_t> IrohadConfig::max_round_delay_ms |
| boost::optional<uint32_t> IrohadConfig::mst_expiration_time |
| bool IrohadConfig::mst_support |
| boost::optional<std::string> IrohadConfig::pg_opt |
| uint32_t IrohadConfig::proposal_delay |
| boost::optional<uint32_t> IrohadConfig::stale_stream_max_rounds |
| uint16_t IrohadConfig::torii_port |
| boost::optional<iroha::torii::TlsParams> IrohadConfig::torii_tls_params |
| boost::optional<UtilityService> IrohadConfig::utility_service |
| uint32_t IrohadConfig::vote_delay |