#include "detach_role.hpp"


Public Member Functions | |
| bool | operator== (const Command &command) const override |
| DetachRole () | |
| DetachRole (const std::string &account_id, const std::string &role_name_) | |
Public Member Functions inherited from iroha::model::Command | |
| virtual | ~Command ()=default |
| virtual bool | operator!= (const Command &rhs) const |
Public Attributes | |
| std::string | account_id |
| std::string | role_name |
Create new role in the system
|
inline |
|
inline |
| role_name_ | - name of the role in the system |
| perms | - set of permissions for the role |
|
overridevirtual |
Implements iroha::model::Command.
| std::string iroha::model::DetachRole::account_id |
Account from where detach role
| std::string iroha::model::DetachRole::role_name |
Role to detach