pallet_parachain_staking::pallet

Type Alias MigratedDelegators

Source
pub type MigratedDelegators<T: Config> = StorageMap<_GeneratedPrefixForStorageMigratedDelegators<T>, Twox64Concat, T::AccountId, (), OptionQuery>;
Expand description

Temporary storage to track delegators 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 MigratedDelegators<T: Config>(/* private fields */);