Type Alias pallet_fast_unstake::pallet::Head

source ·
pub type Head<T: Config> = StorageValue<_GeneratedPrefixForStorageHead<T>, UnstakeRequest<T>, OptionQuery>;
Expand description

The current “head of the queue” being unstaked.

The head in itself can be a batch of up to Config::BatchSize stakers.

Storage type is StorageValue with value type UnstakeRequest < T >.

Aliased Type§

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