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 */);