pub fn stake_delegate( stake_account: [u8; 32], vote_account: [u8; 32], stake_authority: [u8; 32], ) -> Instruction
Create a DelegateStake instruction.
Delegates a stake account to a validator’s vote account.