Type Alias pallet_scheduler::migration::v1::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 */);