Type Definition t3rn_mini_mock_runtime::PaidFinalityFees
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 > >
.