#include "proto_remove_peer.hpp"


Public Member Functions | |
| RemovePeer (iroha::protocol::Command &command) | |
| const std::string & | pubkey () const override |
Public Member Functions inherited from shared_model::interface::RemovePeer | |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< RemovePeer > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::ModelPrimitive< RemovePeer > | |
| using | ModelType = RemovePeer |
|
explicit |
|
overridevirtual |
Return public key of peer to be removed by the command.
Implements shared_model::interface::RemovePeer.