Function solana_program::loader_v4::transfer_authority
source ยท 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.