Type Alias pallet_dapp_staking::pallet::NextDAppId
source · pub type NextDAppId<T: Config> = StorageValue<_GeneratedPrefixForStorageNextDAppId<T>, DAppId, ValueQuery>;
Expand description
Counter for unique dApp identifiers.
Storage type is [StorageValue
] with value type DAppId
.
Aliased Type§
struct NextDAppId<T: Config>(/* private fields */);