referrerpolicy=no-referrer-when-downgrade
pallet_fast_unstake::pallet

Type Alias Queue

Source
pub type Queue<T: Config> = CountedStorageMap<_GeneratedPrefixForStorageQueue<T>, Twox64Concat, T::AccountId, BalanceOf<T>>;
Expand description

The map of all accounts wishing to be unstaked.

Keeps track of AccountId wishing to unstake and it’s corresponding deposit.

Storage type is [CountedStorageMap] with key type T :: AccountId and value type BalanceOf < T >.

Aliased Type§

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