pub trait VoteModerator {
    fn vote_allowed(&self, slot: Slot, hash: Hash, test_key: Pubkey) -> bool;
}

Required methods

Implementors