Type Definition pallet_bootstrap::pallet::ActivePair
source · pub type ActivePair<T: Config> = StorageValue<_GeneratedPrefixForStorageActivePair<T>, (<<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId, <<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId), OptionQuery>;
Expand description
Currently bootstraped pair of tokens representaed as [ first_token_id
, second_token_id
]
Storage type is StorageValue
with value type (CurrencyIdOf < T >, CurrencyIdOf < T >)
.