pub type PaidFinalityFees<T>where
    T: Config, = StorageMap<_GeneratedPrefixForStoragePaidFinalityFees<T>, Blake2_128Concat, [u8; 4], Vec<<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, Global>, OptionQuery, GetDefault, GetDefault>;
Expand description

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