Function validators_from_l1_events

Source
pub fn validators_from_l1_events<I: Iterator<Item = StakeTableEvent>>(
    events: I,
) -> Result<IndexMap<Address, Validator<BLSPubKey>>>
Expand description

Extract all validators from L1 stake table events.