#include "mst.grpc.pb.h"
#include "network/mst_transport.hpp"
#include "cryptography/public_key.hpp"
#include "interfaces/common_objects/common_objects_factory.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.hpp"
#include "multi_sig_transactions/state/mst_state.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 (const shared_model::interface::Peer &to, iroha::ConstRefState state, const shared_model::crypto::PublicKey &sender_key, AsyncGrpcClient< google::protobuf::Empty > &async_call) |