referrerpolicy=no-referrer-when-downgrade

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§

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