pub fn set_authority(
token_program_id: &Address,
owned_pubkey: &Address,
new_authority_pubkey: Option<&Address>,
authority_type: AuthorityType,
owner_pubkey: &Address,
signer_pubkeys: &[&Address],
) -> Result<Instruction, ProgramError>Expand description
Creates a SetAuthority instruction.