#include "add_peer.hpp"


Public Member Functions | |
| bool | operator== (const Command &command) const override |
| AddPeer () | |
| AddPeer (const Peer &peer) | |
Public Member Functions inherited from iroha::model::Command | |
| virtual | ~Command ()=default |
| virtual bool | operator!= (const Command &rhs) const |
Public Attributes | |
| Peer | peer |
Provide user's intent for adding peer to current network
|
inline |
|
inline |
|
overridevirtual |
Implements iroha::model::Command.
| Peer iroha::model::AddPeer::peer |