Type Alias PermissionsByDelegator

Source
pub type PermissionsByDelegator<T: Config> = StorageMap<_GeneratedPrefixForStoragePermissionsByDelegator<T>, Identity, T::AccountId, BoundedBTreeSet<PermissionId, T::MaxRecipientsPerPermission>, ValueQuery>;
Expand description

Permissions delegated by a specific account

Storage type is [StorageMap] with key type T :: AccountId and value type BoundedBTreeSet < PermissionId, T :: MaxRecipientsPerPermission >.

Aliased Typeยง

struct PermissionsByDelegator<T: Config>(/* private fields */);