Type Definition parachain_staking::pallet::StakingLiquidityTokens
source · pub type StakingLiquidityTokens<T: Config> = StorageValue<_GeneratedPrefixForStorageStakingLiquidityTokens<T>, BTreeMap<CurrencyIdOf<T>, Option<(BalanceOf<T>, BalanceOf<T>)>>, ValueQuery>;
Expand description
Storage type is StorageValue
with value type BTreeMap < CurrencyIdOf < T >, Option < (BalanceOf < T >, BalanceOf < T >) > >
.