pub type BootstrapSchedule<T: Config> = StorageValue<_GeneratedPrefixForStorageBootstrapSchedule<T>, (BlockNumberFor<T>, u32, u32, (<<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::Balance, <<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::Balance)), OptionQuery>;
Expand description

Active bootstrap parameters

Storage type is StorageValue with value type (BlockNumberFor < T >, u32, u32, (BalanceOf < T >, BalanceOf < T >)).