pub type AtStake<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageAtStake<T>, Twox64Concat, RoundIndex, Twox64Concat, T::AccountId, CollatorSnapshot<T::AccountId, BalanceOf<T>>, OptionQuery>;
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 > >.

Aliased Type§

struct AtStake<T: Config>(/* private fields */);