Type Definition escrow::pallet::UserPointEpoch
source · pub type UserPointEpoch<T: Config> = StorageMap<_GeneratedPrefixForStorageUserPointEpoch<T>, Blake2_128Concat, T::AccountId, T::Nonce, ValueQuery>;Expand description
Storage type is [StorageMap] with key type T :: AccountId and value type T :: Nonce.