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ยง

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