To create a Nexus smart account:

const rhinestoneAccount = await createRhinestoneAccount({
  account: {
    type: 'nexus',
  },
  owners: {
    type: 'ecdsa',
    accounts: [account],
  },
  rhinestoneApiKey,
})