Trait governance_os_pallet_organizations::RoleBuilder [−][src]
pub trait RoleBuilder { type OrganizationId; type Role; fn create_organizations() -> Self::Role; fn apply_as_organization(org_id: &Self::OrganizationId) -> Self::Role; }
Associated Types
type OrganizationId
[src]
type Role
[src]
Required methods
fn create_organizations() -> Self::Role
[src][−]
Role for creating new organizations.
fn apply_as_organization(org_id: &Self::OrganizationId) -> Self::Role
[src][−]
This role gives the ability to execute calls as if they came from the organization address.
Implementors
impl RoleBuilder for Role
impl RoleBuilder for Role