Skip to main content

undelegate

Function undelegate 

Source
pub fn undelegate(
    validator: Pubkey,
    delegated_account: Pubkey,
    owner_program: Pubkey,
    rent_reimbursement: Pubkey,
) -> Instruction
Expand description

Builds an undelegate instruction. See [dlp::processor::process_undelegate] for docs.