Type Definition pallet_bootstrap::pallet::MintedLiquidity
source · pub type MintedLiquidity<T: Config> = StorageValue<_GeneratedPrefixForStorageMintedLiquidity<T>, (<<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId, <<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::Balance), ValueQuery>;
Expand description
Storage type is StorageValue
with value type (CurrencyIdOf < T >, BalanceOf < T >)
.