Type Alias PermissionsByRecipient

Source
pub type PermissionsByRecipient<T: Config> = StorageMap<_GeneratedPrefixForStoragePermissionsByRecipient<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 PermissionsByRecipient<T: Config>(/* private fields */);