pub type PendingCharges<T: Config> = StorageMap<_GeneratedPrefixForStoragePendingCharges<T>, Identity, T::Hash, RequestCharge<T::AccountId, <T::Currency as Currency<T::AccountId>>::Balance, <T::Assets as Inspect<T::AccountId>>::AssetId>>;
Expand description

Storage type is [StorageMap] with key type T :: Hash and value type `RequestCharge < T :: AccountId, < T :: Currency as Currency < T :: AccountId >

:: Balance, < T :: Assets as Inspect < T :: AccountId > > :: AssetId, >`.