pub(super) fn fetch_vid_common_with_header<Types, S, P>(
fetcher: Arc<Fetcher<Types, S, P>>,
header: Header<Types>,
)where
Types: NodeType,
Header<Types>: QueryableHeader<Types>,
Payload<Types>: QueryablePayload<Types>,
S: VersionedDataSource + 'static,
for<'a> S::Transaction<'a>: UpdateAvailabilityStorage<Types>,
P: AvailabilityProvider<Types>,