async fn fetch_block_access_list( provider: &RetryProvider, block: &AnyRpcBlock, ) -> Result<Option<Arc<Bal>>>
Fetches the block access list of block, if the node serves one that matches the header.
block