#include "add_signatory.hpp"


Public Member Functions | |
| bool | operator== (const Command &command) const override |
| AddSignatory () | |
| AddSignatory (const std::string &account_id, const pubkey_t &pubkey) | |
Public Member Functions inherited from iroha::model::Command | |
| virtual | ~Command ()=default |
| virtual bool | operator!= (const Command &rhs) const |
Public Attributes | |
| std::string | account_id |
| pubkey_t | pubkey |
Attach signatory for account
|
inline |
|
inline |
|
overridevirtual |
Implements iroha::model::Command.
| std::string iroha::model::AddSignatory::account_id |
Account to add new signatory
| pubkey_t iroha::model::AddSignatory::pubkey |
New signatory is identified with public key