Type Definition pallet_bootstrap::pallet::Valuations
source · pub type Valuations<T: Config> = StorageValue<_GeneratedPrefixForStorageValuations<T>, (<<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::Balance, <<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::Balance), ValueQuery>;
Expand description
Total sum of provisions of first
and second
token in active bootstrap
Storage type is StorageValue
with value type (BalanceOf < T >, BalanceOf < T >)
.