pub type PermissionsByRecipient<T: Config> = StorageMap<_GeneratedPrefixForStoragePermissionsByRecipient<T>, Identity, T::AccountId, BoundedBTreeSet<PermissionId, T::MaxRecipientsPerPermission>, ValueQuery>;Expand description
Permissions received by a specific account
Storage type is [StorageMap] with key type T :: AccountId and value type BoundedBTreeSet < PermissionId, T :: MaxRecipientsPerPermission >.
Aliased Typeยง
struct PermissionsByRecipient<T: Config>(/* private fields */);