pub type ArchivedBootstrap<T: Config> = StorageValue<_GeneratedPrefixForStorageArchivedBootstrap<T>, Vec<(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))>, ValueQuery>;
Expand description

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