pub type ScheduledUpdate<T: Config> = StorageMap<_GeneratedPrefixForStorageScheduledUpdate<T>, Blake2_128Concat, T::PoolId, ScheduledUpdateDetails<<T as Config>::Rate, <T as Config>::StringLimit, <T as Config>::MaxTranches>>;
Expand description

Storage type is [StorageMap] with key type T :: PoolId and value type ScheduledUpdateDetailsOf < T >.

Aliased Type§

struct ScheduledUpdate<T: Config>(/* private fields */);