pub type Nav<T: Config> = StorageMap<_GeneratedPrefixForStorageNav<T>, Blake2_128Concat, T::PoolId, (T::Balance, Seconds)>;Expand description
Storage type is [StorageMap] with key type T :: PoolId and value type (T :: Balance, Seconds).
Aliased Type§
struct Nav<T: Config>(/* private fields */);