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