6 #ifndef IROHA_PROTO_APPEND_ROLE_HPP 7 #define IROHA_PROTO_APPEND_ROLE_HPP 11 #include "commands.pb.h" 18 explicit AppendRole(iroha::protocol::Command &command);
25 const iroha::protocol::AppendRole &append_role_;
31 #endif // IROHA_PROTO_APPEND_ROLE_HPP AppendRole(iroha::protocol::Command &command)
Definition: proto_append_role.cpp:11
const interface::types::RoleIdType & roleName() const override
Definition: proto_append_role.cpp:18
Definition: proto_append_role.hpp:16
Definition: append_role.hpp:19
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
const interface::types::AccountIdType & accountId() const override
Definition: proto_append_role.cpp:14
Definition: command_executor.hpp:13
std::string RoleIdType
Type of role (i.e admin, user)
Definition: types.hpp:56