pub fn find_fixed_accounts<const N: usize>( program_id: Pubkey, ) -> [(Pubkey, u8); N]
Fixed-size variant that returns an array of (Pubkey, bump) pairs.
(Pubkey, bump)