chaingate-client
Advanced tools
Comparing version 0.7.2 to 0.8.0
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.7.2 | ||
* The version of the OpenAPI document: 0.8.0 | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.7.2 | ||
* The version of the OpenAPI document: 0.8.0 | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.7.2 | ||
* The version of the OpenAPI document: 0.8.0 | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.7.2 | ||
* The version of the OpenAPI document: 0.8.0 | ||
* | ||
@@ -241,2 +241,27 @@ * | ||
* @export | ||
* @interface Mempool200Response | ||
*/ | ||
export interface Mempool200Response { | ||
/** | ||
* | ||
* @type {Array<string>} | ||
* @memberof Mempool200Response | ||
*/ | ||
'transactions': Array<string>; | ||
/** | ||
* | ||
* @type {number} | ||
* @memberof Mempool200Response | ||
*/ | ||
'page': number; | ||
/** | ||
* | ||
* @type {number} | ||
* @memberof Mempool200Response | ||
*/ | ||
'lastUpdateTimestamp': number; | ||
} | ||
/** | ||
* | ||
* @export | ||
* @interface MempoolResponse | ||
@@ -1062,3 +1087,3 @@ */ | ||
*/ | ||
mempool(page?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>; | ||
mempool(page?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Mempool200Response>>; | ||
/** | ||
@@ -1161,3 +1186,3 @@ * Retrieves transactions details | ||
*/ | ||
mempool(page?: number, options?: any): AxiosPromise<void>; | ||
mempool(page?: number, options?: any): AxiosPromise<Mempool200Response>; | ||
/** | ||
@@ -1273,3 +1298,3 @@ * Retrieves transactions details | ||
*/ | ||
mempool(page?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>; | ||
mempool(page?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Mempool200Response, any>>; | ||
/** | ||
@@ -1276,0 +1301,0 @@ * Retrieves transactions details |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.7.2 | ||
* The version of the OpenAPI document: 0.8.0 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.7.2 | ||
* The version of the OpenAPI document: 0.8.0 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.7.2 | ||
* The version of the OpenAPI document: 0.8.0 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.7.2 | ||
* The version of the OpenAPI document: 0.8.0 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.7.2 | ||
* The version of the OpenAPI document: 0.8.0 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.7.2 | ||
* The version of the OpenAPI document: 0.8.0 | ||
* | ||
@@ -11,0 +11,0 @@ * |
{ | ||
"name": "chaingate-client", | ||
"version": "0.7.2", | ||
"version": "0.8.0", | ||
"description": "OpenAPI client for chaingate-client", | ||
@@ -5,0 +5,0 @@ "author": "drakensoftware", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
285651
6492