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

Required methods

Implementors