pub type Permission<T: Config> = StorageDoubleMap<_GeneratedPrefixForStoragePermission<T>, Blake2_128Concat, T::AccountId, Blake2_128Concat, T::Scope, T::Storage>;
Expand description

Storage type is [StorageDoubleMap] with key1 type T :: AccountId, key2 type T :: Scope and value type T :: Storage.

Aliased Type§

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