Type Definition escrow::pallet::PointHistory
source · pub type PointHistory<T: Config> = StorageMap<_GeneratedPrefixForStoragePointHistory<T>, Identity, T::Nonce, Point<<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, BlockNumberFor<T>>, ValueQuery>;
Expand description
Storage type is [StorageMap
] with key type T :: Nonce
and value type Point < BalanceOf < T >, BlockNumberFor < T > >
.