Type Definition pallet_fee_lock::pallet::AccountFeeLockData
source · pub type AccountFeeLockData<T: Config> = StorageMap<_GeneratedPrefixForStorageAccountFeeLockData<T>, Twox64Concat, T::AccountId, AccountFeeLockDataInfo<BlockNumberFor<T>, BalanceOf<T>>, ValueQuery>;Expand description
Storage type is StorageMap with key type T :: AccountId and value type AccountFeeLockDataInfo < BlockNumberFor < T >, BalanceOf < T > >.