pub type PaidFinalityFees<T: Config> = StorageMap<_GeneratedPrefixForStoragePaidFinalityFees<T>, Blake2_128Concat, TargetId, Vec<BalanceOf<T>>>;
Expand description

Storage type is [StorageMap] with key type TargetId and value type Vec < BalanceOf < T > >.