Type Alias InitXp

Source
pub type InitXp<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageInitXp<T, I>, T::Xp, ValueQuery>;
Expand description

Stores the starting XP value of type Config::Xp for newly created XP keys.

Storage type is [StorageValue] with value type T :: Xp.

Aliased Typeยง

pub struct InitXp<T: Config<I>, I: 'static = ()>(/* private fields */);