Type Definition pallet_attesters::pallet::PaidFinalityFees
source · 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 > >
.