Module cfg_types::permissions
source · Modules§
Structs§
- The current admin roles we support
- The structure that we store in the pallet-permissions storage This here implements trait Properties.
- The current admin roles we support
Enums§
- PoolRole can hold any type of role specific functions a user can do on a given pool.
- The Role enum is used by the permissions pallet, to specify which role an account has within a specific scope.
Constants§
- The implementation of trait Properties for our PermissionsRoles does not care which Seconds is passed to the PoolRole::TrancheInvestor(TrancheId, Seconds) variant. This UNION shall reflect that and explain to the reader why it is passed here.