5 #ifndef IROHA_APPEND_ROLE_HPP 6 #define IROHA_APPEND_ROLE_HPP 31 AppendRole(
const std::string &account_id_,
const std::string &role_name_)
32 : account_id(account_id_), role_name(role_name_) {}
36 #endif // IROHA_APPEND_ROLE_HPP AppendRole()
Definition: append_role.hpp:29
AppendRole(const std::string &account_id_, const std::string &role_name_)
Definition: append_role.hpp:31
Definition: command.hpp:14
bool operator==(const Command &command) const override
Definition: model_operators.cpp:50
std::string account_id
Definition: append_role.hpp:21
Definition: append_role.hpp:17
std::string role_name
Definition: append_role.hpp:25
Definition: block_query.hpp:15