Type Definition dex_general::pallet::BootstrapLimits
source · pub type BootstrapLimits<T: Config> = StorageMap<_GeneratedPrefixForStorageBootstrapLimits<T>, Twox64Concat, (T::AssetId, T::AssetId), BoundedBTreeMap<T::AssetId, AssetBalance, T::MaxBootstrapLimits>, ValueQuery>;Expand description
Storage type is [StorageMap] with key type (T :: AssetId, T :: AssetId) and value type BoundedBTreeMap < T :: AssetId, AssetBalance, T :: MaxBootstrapLimits >.