pub type KeyMigrationQueue<T: Config> = StorageMap<_GeneratedPrefixForStorageKeyMigrationQueue<T>, Blake2_128Concat, PersonalId, MemberOf<T>>;Expand description
A map of all the people who have declared their intent to migrate their keys and are waiting for the next mutation session.
Storage type is [StorageMap] with key type PersonalId and value type MemberOf < T >.
Aliased Type§
struct KeyMigrationQueue<T: Config>(/* private fields */);