Function approve_instructions

Source
pub fn approve_instructions<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, ApproveInstructions<'info>>,
    role: String,
) -> Result<()>