Trait solana_runtime::bank::BankVoteThreshold[][src]

pub trait BankVoteThreshold {
    fn epoch_vote_threshold(&self) -> Option<f64>;
}

Required methods

Implementors