Crate governance_os_pallet_organizations[−][src]
This pallets creates and manages a set of organizations. An organization is linked
to a set of executors that can call its apply_as function to execute calls as if
it came from it.
For instance, a voting contract could be deployed and registered as an executor.
Re-exports
pub use $crate::traits::GetPalletVersion as _; |
Structs
| Counter | |
| GenesisConfig | Genesis config for the module, allow to build genesis storage. |
| Module | |
| OrganizationDetails | This structure is used to encode metadata about an organization. |
| Parameters | |
| Proposal | Represent a proposal as stored by the pallet. |
| Proposals |
Enums
| Call | Dispatchable calls. |
| Error | |
| RawEvent | Events for this module. |
Traits
| Config | |
| RoleBuilder | |
| WeightInfo |
Type Definitions
| Event | |
| OrganizationsCounter |