TimeSyncApi - functional programming interface

  • Parameters

    Returns {
        getUtcTime(
            options?: RawAxiosRequestConfig,
        ): Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<UtcTimeResponse>,
        >;
    }

    • getUtcTime:function
      • Parameters

        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

        Returns Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<UtcTimeResponse>,
        >