#include "remove_signatory.hpp"


Public Member Functions | |
| bool | operator== (const Command &command) const override |
| RemoveSignatory () | |
| RemoveSignatory (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::RemoveSignatory::account_id |
Account to remove from
| pubkey_t iroha::model::RemoveSignatory::pubkey |
Public key of signatory to remove. Note: This public key must be attach to account. There must be at least two signatories to perform this operation.