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