[−][src]Function spl_token::instruction::set_owner
pub fn set_owner(
token_program_id: &Pubkey,
owned_pubkey: &Pubkey,
new_owner_pubkey: &Pubkey,
owner_pubkey: &Pubkey,
signer_pubkeys: &[&Pubkey]
) -> Result<Instruction, ProgramError>
Creates a SetOwner
instruction.