pub type MigratedCandidates<T: Config> = StorageMap<_GeneratedPrefixForStorageMigratedCandidates<T>, Twox64Concat, T::AccountId, (), OptionQuery>;Expand description
Temporary storage to track candidates that have been migrated from locks to freezes. This storage should be removed after all accounts have been migrated.
Storage type is [StorageMap] with key type T :: AccountId and value type ().
Aliased Typeยง
struct MigratedCandidates<T: Config>(/* private fields */);