Type Definition pallet_rewards::pallet::PendingClaims
source · pub type PendingClaims<T: Config> = StorageMap<_GeneratedPrefixForStoragePendingClaims<T>, Twox64Concat, T::AccountId, Vec<ClaimableArtifacts<T::AccountId, BalanceOf<T>>>>;
Expand description
Storage type is [StorageMap
] with key type T :: AccountId
and value type Vec < ClaimableArtifacts < T :: AccountId, BalanceOf < T > > >
.