/** * Cardano Wallet Backend API *
status: stable
* @summary Clock * @param {boolean} [forceNtpCheck] NTP checks are cached for short duration to avoid sending too many queries to the central NTP servers. In some cases however, a client may want to force a new check. When this flag is set, the request **will block** until NTP server responds or will timeout after a while without any answer from the NTP server. * @param {*} [options] Override http request option. * @throws {RequiredError} */ getNetworkClock: (forceNtpCheck?: boolean, options?: any) => Promisestatus: stable
* @summary Information * @param {*} [options] Override http request option. * @throws {RequiredError} */ getNetworkInformation: (options?: any) => Promisestatus: stable
Returns the set of network parameters for the current epoch. * @summary Parameters * @param {*} [options] Override http request option. * @throws {RequiredError} */ getNetworkParameters: (options?: any) => Promisestatus: stable
* @summary Clock * @param {boolean} [forceNtpCheck] NTP checks are cached for short duration to avoid sending too many queries to the central NTP servers. In some cases however, a client may want to force a new check. When this flag is set, the request **will block** until NTP server responds or will timeout after a while without any answer from the NTP server. * @param {*} [options] Override http request option. * @throws {RequiredError} */ getNetworkClock(forceNtpCheck?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromisestatus: stable
* @summary Information * @param {*} [options] Override http request option. * @throws {RequiredError} */ getNetworkInformation(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromisestatus: stable
Returns the set of network parameters for the current epoch. * @summary Parameters * @param {*} [options] Override http request option. * @throws {RequiredError} */ getNetworkParameters(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromisestatus: stable
* @summary Clock * @param {boolean} [forceNtpCheck] NTP checks are cached for short duration to avoid sending too many queries to the central NTP servers. In some cases however, a client may want to force a new check. When this flag is set, the request **will block** until NTP server responds or will timeout after a while without any answer from the NTP server. * @param {*} [options] Override http request option. * @throws {RequiredError} */ getNetworkClock(forceNtpCheck?: boolean, options?: any): AxiosPromisestatus: stable
* @summary Information * @param {*} [options] Override http request option. * @throws {RequiredError} */ getNetworkInformation(options?: any): AxiosPromisestatus: stable
Returns the set of network parameters for the current epoch. * @summary Parameters * @param {*} [options] Override http request option. * @throws {RequiredError} */ getNetworkParameters(options?: any): AxiosPromisestatus: stable
* @summary Clock * @param {boolean} [forceNtpCheck] NTP checks are cached for short duration to avoid sending too many queries to the central NTP servers. In some cases however, a client may want to force a new check. When this flag is set, the request **will block** until NTP server responds or will timeout after a while without any answer from the NTP server. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof NetworkApi */ getNetworkClock(forceNtpCheck?: boolean, options?: any): Promisestatus: stable
* @summary Information * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof NetworkApi */ getNetworkInformation(options?: any): Promisestatus: stable
Returns the set of network parameters for the current epoch. * @summary Parameters * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof NetworkApi */ getNetworkParameters(options?: any): Promise