Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chaingate-client

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chaingate-client - npm Package Compare versions

Comparing version 0.7.2 to 0.8.0

2

base.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc