referrerpolicy=no-referrer-when-downgrade

Type Alias polkadot_runtime_common::crowdloan::pallet::NextFundIndex

source ·
pub type NextFundIndex<T> = StorageValue<_GeneratedPrefixForStorageNextFundIndex<T>, u32, ValueQuery>;
Expand description

Tracker for the next available fund index

Storage type is [StorageValue] with value type u32.

Aliased Type§

struct NextFundIndex<T>(/* private fields */);