referrerpolicy=no-referrer-when-downgrade

Type Alias 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 */);