Type Definition dex_general::pallet::BootstrapEndStatus

source ·
pub type BootstrapEndStatus<T: Config> = StorageMap<_GeneratedPrefixForStorageBootstrapEndStatus<T>, Twox64Concat, (T::AssetId, T::AssetId), PairStatus<AssetBalance, BlockNumberFor<T>, T::AccountId>, ValueQuery>;
Expand description

End status of bootstrap

BootstrapEndStatus: map bootstrap pair => pairStatus

Storage type is [StorageMap] with key type (T :: AssetId, T :: AssetId) and value type PairStatus < AssetBalance, BlockNumberFor < T >, T :: AccountId >.