Type Alias pallet_capacity::pallet::Retargets
source · pub type Retargets<T: Config> = StorageMap<_GeneratedPrefixForStorageRetargets<T>, Twox64Concat, T::AccountId, RetargetInfo<T>>;
Expand description
stores how many times an account has retargeted, and when it last retargeted.
Storage type is [StorageMap
] with key type T :: AccountId
and value type RetargetInfo < T >
.
Aliased Type§
struct Retargets<T: Config>(/* private fields */);