6 #ifndef IROHA_SHARED_MODEL_DETACH_ROLE_HPP 7 #define IROHA_SHARED_MODEL_DETACH_ROLE_HPP 30 std::string
toString()
const override;
37 #endif // IROHA_SHARED_MODEL_DETACH_ROLE_HPP virtual const types::RoleIdType & roleName() const =0
std::string toString() const override
Definition: detach_role.cpp:11
DetachRole ModelType
Definition: model_primitive.hpp:27
Definition: detach_role.hpp:19
virtual const types::AccountIdType & accountId() const =0
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
bool operator==(const ModelType &rhs) const override
Definition: detach_role.cpp:19
Definition: model_primitive.hpp:22
Definition: command_executor.hpp:13
std::string RoleIdType
Type of role (i.e admin, user)
Definition: types.hpp:56