Skip to main content

vid_total_weight

Function vid_total_weight 

Source
pub fn vid_total_weight<'a, T, I>(
    stake_table: I,
    epoch: Option<EpochNumber>,
) -> usize
where T: NodeType, I: Iterator<Item = &'a PeerConfig<T>>,