#include "mst.grpc.pb.h"#include "network/mst_transport.hpp"#include "interfaces/common_objects/common_objects_factory.hpp"#include "interfaces/common_objects/string_view_types.hpp"#include "interfaces/iroha_internal/abstract_transport_factory.hpp"#include "interfaces/iroha_internal/transaction_batch_factory.hpp"#include "interfaces/iroha_internal/transaction_batch_parser.hpp"#include "logger/logger_fwd.hpp"#include "multi_sig_transactions/mst_types.hpp"#include "network/impl/async_grpc_client.hpp"

Go to the source code of this file.
Classes | |
| class | iroha::network::MstTransportGrpc |
Namespaces | |
| iroha | |
| iroha::ametsuchi | |
| iroha::network | |
Functions | |
| void | iroha::network::sendStateAsync (shared_model::interface::Peer const &to, MstState const &state, shared_model::interface::types::PublicKeyHexStringView sender_key, AsyncGrpcClient< google::protobuf::Empty > &async_call, std::function< void(grpc::Status &, google::protobuf::Empty &)> on_response={}) |