Type Alias PermissionsByGrantee

Source
pub type PermissionsByGrantee<T: Config> = StorageMap<_GeneratedPrefixForStoragePermissionsByGrantee<T>, Identity, T::AccountId, BoundedVec<PermissionId, T::MaxTargetsPerPermission>, ValueQuery>;
Expand description

Permissions received by a specific account

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

Aliased Typeยง

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