Type Definition escrow::pallet::UserPointHistory
source · pub type UserPointHistory<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageUserPointHistory<T>, Blake2_128Concat, T::AccountId, Identity, T::Nonce, Point<<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, BlockNumberFor<T>>, ValueQuery>;
Expand description
Storage type is [StorageDoubleMap
] with key1 type T :: AccountId, key2 type T :: Nonce and value type Point < BalanceOf < T >, BlockNumberFor < T > >.