Trait governance_os_pallet_bylaws::RoleBuilder [−][src]
pub trait RoleBuilder { type Role; fn manage_roles() -> Self::Role; fn root() -> Self::Role; }
Associated Types
Loading content...Required methods
fn manage_roles() -> Self::Role
[src]
Give access to the functions grant_role
and revoke_role
.
fn root() -> Self::Role
[src]
This role would be the equivalent of a super role. If an account is granted it it can submit any other calls.