Type Alias pallet_scheduler::migration::v2::Lookup
source · pub(crate) type Lookup<T> = StorageMap<Lookup_Storage_Instance<T>, Twox64Concat, Vec<u8>, TaskAddress<BlockNumberFor<T>>>;
Aliased Type§
struct Lookup<T>(/* private fields */);