6 #ifndef IROHA_PROTO_REMOVE_PEER_HPP 7 #define IROHA_PROTO_REMOVE_PEER_HPP 12 #include "commands.pb.h" 19 explicit RemovePeer(iroha::protocol::Command &command);
21 const std::string &
pubkey()
const override;
24 const iroha::protocol::RemovePeer &remove_peer_;
29 #endif // IROHA_PROTO_REMOVE_PEER_HPP RemovePeer(iroha::protocol::Command &command)
Definition: proto_remove_peer.cpp:11
Definition: remove_peer.hpp:19
Definition: proto_remove_peer.hpp:17
const std::string & pubkey() const override
Definition: proto_remove_peer.cpp:14
Definition: command_executor.hpp:13