Type Alias pallet_attestations::pallet::NextAttestationId
source · pub type NextAttestationId<T> = StorageValue<_GeneratedPrefixForStorageNextAttestationId<T>, u32, ValueQuery>;
Expand description
Attestation ID counter for unique ID management.
Storage type is StorageValue
with value type u32
.
Aliased Type§
struct NextAttestationId<T>(/* private fields */);