Socket
Socket
Sign inDemoInstall

dsd-client-conn-lib

Package Overview
Dependencies
Maintainers
1
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dsd-client-conn-lib - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

64

api-dase.md

@@ -151,2 +151,14 @@ <a name='dase'></a>

</dd>
<dt><a href="#offerSellToTag">offerSellToTag(seller, sellerPassword, buyerId, buyerTagId, minPrice, sellerDabId)</a> ⇒ <code>Boolean</code></dt>
<dd><p>Description:
Method offerSellToTag</p>
</dd>
<dt><a href="#offerBuyToTag">offerBuyToTag(buyer, buyerPassword, buyerTagId, maxPrice, sellerDabId)</a> ⇒ <code>Boolean</code></dt>
<dd><p>Description:
Method offerBuyToTag</p>
</dd>
<dt><a href="#approveToTagDeal">approveToTagDeal(custodian, custodianPassword, buyer, buyerTagId, sellerDabId)</a> ⇒ <code>Boolean</code></dt>
<dd><p>Description:
Method approveToTagDeal</p>
</dd>
<dt><a href="#offerSellTagAccess">offerSellTagAccess(seller, sellerPassword, buyerId, dabId, minPrice)</a> ⇒ <code>Boolean</code></dt>

@@ -825,2 +837,54 @@ <dd><p>Description:

<a name="offerSellToTag"></a>
## offerSellToTag(seller, sellerPassword, buyerId, buyerTagId, minPrice, sellerDabId) ⇒ <code>Boolean</code>
Description:
Method offerSellToTag
**Kind**: global function
**Returns**: <code>Boolean</code> - isOK
| Param | Type |
| --- | --- |
| seller | <code>Address</code> |
| sellerPassword | <code>String</code> |
| buyerId | <code>Address</code> |
| buyerTagId | <code>Integer</code> |
| minPrice | <code>Integer</code> |
| sellerDabId | <code>Integer</code> |
<a name="offerBuyToTag"></a>
## offerBuyToTag(buyer, buyerPassword, buyerTagId, maxPrice, sellerDabId) ⇒ <code>Boolean</code>
Description:
Method offerBuyToTag
**Kind**: global function
**Returns**: <code>Boolean</code> - isOK
| Param | Type |
| --- | --- |
| buyer | <code>Address</code> |
| buyerPassword | <code>String</code> |
| buyerTagId | <code>Integer</code> |
| maxPrice | <code>Integer</code> |
| sellerDabId | <code>Integer</code> |
<a name="approveToTagDeal"></a>
## approveToTagDeal(custodian, custodianPassword, buyer, buyerTagId, sellerDabId) ⇒ <code>Boolean</code>
Description:
Method approveToTagDeal
**Kind**: global function
**Returns**: <code>Boolean</code> - isOK
| Param | Type |
| --- | --- |
| custodian | <code>Address</code> |
| custodianPassword | <code>String</code> |
| buyer | <code>Address</code> |
| buyerTagId | <code>Integer</code> |
| sellerDabId | <code>Integer</code> |
<a name="offerSellTagAccess"></a>

@@ -827,0 +891,0 @@

@@ -922,2 +922,39 @@

* Description:
* Method offerSellToTag
*
* @param seller {Address}
* @param sellerPassword {String}
* @param buyerId {Address}
* @param buyerTagId {Integer}
* @param minPrice {Integer}
* @param sellerDabId {Integer}
* @returns isOK {Boolean}
*/function offerSellToTag(seller,sellerPassword,buyerId,buyerTagId,minPrice,sellerDabId){}
/**
* Description:
* Method offerBuyToTag
*
* @param buyer {Address}
* @param buyerPassword {String}
* @param buyerTagId {Integer}
* @param maxPrice {Integer}
* @param sellerDabId {Integer}
* @returns isOK {Boolean}
*/function offerBuyToTag(buyer,buyerPassword,buyerTagId,maxPrice,sellerDabId){}
/**
* Description:
* Method approveToTagDeal
*
* @param custodian {Address}
* @param custodianPassword {String}
* @param buyer {Address}
* @param buyerTagId {Integer}
* @param sellerDabId {Integer}
* @returns isOK {Boolean}
*/function approveToTagDeal(custodian,custodianPassword,buyer,buyerTagId,sellerDabId){}
/**
* Description:
* Method offerSellTagAccess

@@ -924,0 +961,0 @@ *

@@ -402,2 +402,39 @@

* Description:
* Method offerSellToTag
*
* @param seller {Address}
* @param sellerPassword {String}
* @param buyerId {Address}
* @param buyerTagId {Integer}
* @param minPrice {Integer}
* @param sellerDabId {Integer}
* @returns isOK {Boolean}
*/function offerSellToTag(seller,sellerPassword,buyerId,buyerTagId,minPrice,sellerDabId){}
/**
* Description:
* Method offerBuyToTag
*
* @param buyer {Address}
* @param buyerPassword {String}
* @param buyerTagId {Integer}
* @param maxPrice {Integer}
* @param sellerDabId {Integer}
* @returns isOK {Boolean}
*/function offerBuyToTag(buyer,buyerPassword,buyerTagId,maxPrice,sellerDabId){}
/**
* Description:
* Method approveToTagDeal
*
* @param custodian {Address}
* @param custodianPassword {String}
* @param buyer {Address}
* @param buyerTagId {Integer}
* @param sellerDabId {Integer}
* @returns isOK {Boolean}
*/function approveToTagDeal(custodian,custodianPassword,buyer,buyerTagId,sellerDabId){}
/**
* Description:
* Method offerSellTagAccess

@@ -404,0 +441,0 @@ *

2

package.json
{
"name": "dsd-client-conn-lib",
"version": "1.1.8",
"version": "1.1.9",
"dependencies": {

@@ -5,0 +5,0 @@ "dsd-constants-lib": "^1.1.4",

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

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