pub fn find_stake_program_address(
    program_id: &Pubkey,
    vote_account_address: &Pubkey,
    stake_pool_address: &Pubkey
) -> (Pubkey, u8)
Expand description

Generates the stake program address for a validator’s vote account