fetch_epoch_config_from_sequencer

Function fetch_epoch_config_from_sequencer 

Source
pub async fn fetch_epoch_config_from_sequencer(
    sequencer_url: &Url,
) -> Result<(u64, u64)>
Expand description

Get the epoch-related from the sequencer’s PublicHotShotConfig struct return (blocks_per_epoch, epoch_start_block)