#include "converters/pb_block_factory.hpp"#include "converters/pb_common.hpp"#include "converters/pb_query_factory.hpp"#include "converters/pb_transaction_factory.hpp"#include "logger/logger_spdlog.hpp"
Namespaces | |
| iroha | |
Functions | |
| hash256_t | iroha::hash (const model::Transaction &tx) |
| hash256_t | iroha::hash (const model::Block &block) |
| hash256_t | iroha::hash (const model::Query &query) |
Variables | |
| static const model::converters::PbTransactionFactory | iroha::tx_factory |
| static const model::converters::PbBlockFactory | iroha::block_factory |
| static const model::converters::PbQueryFactory | iroha::query_factory (std::make_shared< logger::LoggerSpdlog >("QueryFactory", std::make_shared< logger::LoggerConfig >(logger::LoggerConfig{ logger::kDefaultLogLevel, logger::getDefaultLogPatterns()}))) |