Type Alias PermissionsByGrantor

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

Permissions granted by a specific account

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

Aliased Typeยง

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