referrerpolicy=no-referrer-when-downgrade

NextPersonalId

Type Alias NextPersonalId 

Source
pub type NextPersonalId<T> = StorageValue<_GeneratedPrefixForStorageNextPersonalId<T>, PersonalId, ValueQuery>;
Expand description

The next free and never reserved personal ID.

Storage type is [StorageValue] with value type PersonalId.

Aliased Type§

pub struct NextPersonalId<T>(/* private fields */);