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

@energyweb/exchange-client

Package Overview
Dependencies
Maintainers
7
Versions
472
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@energyweb/exchange-client - npm Package Compare versions

Comparing version 0.1.4-alpha.1626133870.0 to 0.1.4-alpha.1626427098.0

54

dist/js/api.d.ts

@@ -283,2 +283,27 @@ /**

* @export
* @interface RequestSendDTO
*/
export interface RequestSendDTO {
/**
*
* @type {string}
* @memberof RequestSendDTO
*/
assetId: string;
/**
*
* @type {string}
* @memberof RequestSendDTO
*/
address: string;
/**
*
* @type {string}
* @memberof RequestSendDTO
*/
amount: string;
}
/**
*
* @export
* @interface RequestWithdrawalDTO

@@ -959,2 +984,9 @@ */

*
* @param {RequestSendDTO} requestSendDTO
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
requestSend: (requestSendDTO: RequestSendDTO, options?: any) => Promise<RequestArgs>;
/**
*
* @param {RequestWithdrawalDTO} requestWithdrawalDTO

@@ -993,2 +1025,9 @@ * @param {*} [options] Override http request option.

*
* @param {RequestSendDTO} requestSendDTO
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
requestSend(requestSendDTO: RequestSendDTO, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
/**
*
* @param {RequestWithdrawalDTO} requestWithdrawalDTO

@@ -1027,2 +1066,9 @@ * @param {*} [options] Override http request option.

*
* @param {RequestSendDTO} requestSendDTO
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
requestSend(requestSendDTO: RequestSendDTO, options?: any): AxiosPromise<string>;
/**
*
* @param {RequestWithdrawalDTO} requestWithdrawalDTO

@@ -1066,2 +1112,10 @@ * @param {*} [options] Override http request option.

*
* @param {RequestSendDTO} requestSendDTO
* @param {*} [options] Override http request option.
* @throws {RequiredError}
* @memberof TransferClient
*/
requestSend(requestSendDTO: RequestSendDTO, options?: any): Promise<import("axios").AxiosResponse<string>>;
/**
*
* @param {RequestWithdrawalDTO} requestWithdrawalDTO

@@ -1068,0 +1122,0 @@ * @param {*} [options] Override http request option.

6

package.json
{
"name": "@energyweb/exchange-client",
"version": "0.1.4-alpha.1626133870.0",
"version": "0.1.4-alpha.1626427098.0",
"description": "Client library interacting with the Exchange",

@@ -29,3 +29,3 @@ "homepage": "https://github.com/energywebfoundation/origin/tree/master/packages/exchange-client#readme",

"devDependencies": {
"@energyweb/exchange": "1.9.1-alpha.1626133870.0",
"@energyweb/exchange": "1.9.1-alpha.1626427098.0",
"@nestjs/swagger": "4.8.2",

@@ -50,3 +50,3 @@ "@nestjs/testing": "7.6.18",

],
"gitHead": "3922ce2c6ff6579de18ed5d3d06824b0faf384e4"
"gitHead": "565150b647a4f8c564c646c37fc92633d786731c"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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