Skip to main content

stake_delegate

Function stake_delegate 

Source
pub fn stake_delegate(
    stake_account: [u8; 32],
    vote_account: [u8; 32],
    stake_authority: [u8; 32],
) -> Instruction
Expand description

Create a DelegateStake instruction.

Delegates a stake account to a validator’s vote account.