display_stake_table

Function display_stake_table 

Source
pub fn display_stake_table(
    stake_table: Vec<Validator<BLSPubKey>>,
    compact: bool,
) -> Result<()>