Type Alias pallet_attestations::pallet::NextSchemaId

source ·
pub type NextSchemaId<T> = StorageValue<_GeneratedPrefixForStorageNextSchemaId<T>, u32, ValueQuery>;
Expand description

Schema ID counter for unique ID management.

Storage type is StorageValue with value type u32.

Aliased Type§

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