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