Type Definition parachain_staking::pallet::AtStake

source ·
pub type AtStake<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageAtStake<T>, Twox64Concat, u32, Twox64Concat, T::AccountId, CollatorSnapshot<T::AccountId, BalanceOf<T>, CurrencyIdOf<T>>, ValueQuery>;
Expand description

Snapshot of collator delegation stake at the start of the round

Storage type is StorageDoubleMap with key1 type RoundIndex, key2 type T :: AccountId and value type CollatorSnapshot < T :: AccountId, BalanceOf < T >, CurrencyIdOf < T > >.