Function RegisterAgent

  • Registers an agent

    Parameters

    • newAgent: RegisterAgentRequestBody

      Object containing information about the agent to register

      {
      faction: "string",
      symbol: "string",
      email: "string"
      }

    Returns Promise<RegisterAgentResponseBody>