Function switchboard_solana::program_id::loader_v4::transfer_authority
pub fn transfer_authority(
program_address: &Pubkey,
authority: &Pubkey,
new_authority: Option<&Pubkey>
) -> Instruction
Expand description
Returns the instructions required to transfer authority over a program.