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

Type Alias LastPoolId

Source
pub type LastPoolId<T: Config> = StorageValue<_GeneratedPrefixForStorageLastPoolId<T>, u32, ValueQuery>;
Expand description

Ever increasing number of all pools created so far.

Storage type is [StorageValue] with value type u32.

Aliased Type§

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