5 #ifndef IROHA_CREATE_ROLE_HPP 6 #define IROHA_CREATE_ROLE_HPP 37 const std::set<std::string> &perms)
38 : role_name(role_name_), permissions(perms) {}
42 #endif // IROHA_CREATE_ROLE_HPP Definition: command.hpp:14
CreateRole()
Definition: create_role.hpp:31
Definition: create_role.hpp:18
std::string role_name
Definition: create_role.hpp:22
Definition: block_query.hpp:15
std::set< std::string > permissions
Definition: create_role.hpp:27
bool operator==(const Command &command) const override
Definition: model_operators.cpp:64
CreateRole(const std::string &role_name_, const std::set< std::string > &perms)
Definition: create_role.hpp:36