pub type Instances<T: Config> = StorageMap<_GeneratedPrefixForStorageInstances<T>, Twox64Concat, InstanceId, T::AccountId>;Expand description
Stable reverse index from instance identifier to its current owner key.
Storage type is [StorageMap] with key type InstanceId and value type T :: AccountId.
Aliased Type§
pub struct Instances<T: Config>(/* private fields */);