pub async fn fetch_epoch_config_from_sequencer( sequencer_url: &Url, ) -> Result<(u64, u64)>
Get the epoch-related from the sequencer’s PublicHotShotConfig struct return (blocks_per_epoch, epoch_start_block)
PublicHotShotConfig