5 #ifndef IROHA_REMOVE_SIGNATORY_HPP 6 #define IROHA_REMOVE_SIGNATORY_HPP 36 : account_id(account_id), pubkey(pubkey) {}
41 #endif // IROHA_REMOVE_SIGNATORY_HPP RemoveSignatory(const std::string &account_id, const pubkey_t &pubkey)
Definition: remove_signatory.hpp:35
std::string account_id
Definition: remove_signatory.hpp:22
Definition: command.hpp:14
pubkey_t pubkey
Definition: remove_signatory.hpp:29
Definition: remove_signatory.hpp:18
Definition: block_query.hpp:15
bool operator==(const Command &command) const override
Definition: model_operators.cpp:163
RemoveSignatory()
Definition: remove_signatory.hpp:33