referrerpolicy=no-referrer-when-downgrade

Type Alias NextPoolId

Source
pub type NextPoolId<T: Config> = StorageValue<_GeneratedPrefixForStorageNextPoolId<T>, PoolId, ValueQuery>;
Expand description

Stores the PoolId to use for the next pool.

Incremented when a new pool is created.

Storage type is [StorageValue] with value type PoolId.

Aliased Type§

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