Socket
Socket
Sign inDemoInstall

dsd-client-conn-lib

Package Overview
Dependencies
122
Maintainers
1
Versions
209
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.5.13 to 3.5.14

34

api-core.md

@@ -15,2 +15,10 @@ <a name='core'></a>

</dd>
<dt><a href="#getTimestamps">getTimestamps(bchainTypeCode, blocksNumbers)</a> ⇒ <code>Array_of_Integer</code></dt>
<dd><p>Description:
Method getTimestamps</p>
</dd>
<dt><a href="#getBlocks">getBlocks(bchainTypeCode, blocksNumbers)</a> ⇒ <code>Array_of_Object</code></dt>
<dd><p>Description:
Method getBlocks</p>
</dd>
<dt><a href="#sendLeos">sendLeos(currencyTypeCode, senderId, senderCredentials, amount, toUserId)</a> ⇒ <code>Integer</code></dt>

@@ -312,2 +320,28 @@ <dd><p>Description:

<a name="getTimestamps"></a>
## getTimestamps(bchainTypeCode, blocksNumbers) ⇒ <code>Array\_of\_Integer</code>
Description:
Method getTimestamps
**Kind**: global function
| Param | Type | Description |
| --- | --- | --- |
| bchainTypeCode | <code>Constant\_of\_Integer</code> | (optional. default: 1) Look at Constants description in Docs. |
| blocksNumbers | <code>Array\_of\_Integer</code> | |
<a name="getBlocks"></a>
## getBlocks(bchainTypeCode, blocksNumbers) ⇒ <code>Array\_of\_Object</code>
Description:
Method getBlocks
**Kind**: global function
| Param | Type | Description |
| --- | --- | --- |
| bchainTypeCode | <code>Constant\_of\_Integer</code> | (optional. default: 1) Look at Constants description in Docs. |
| blocksNumbers | <code>Array\_of\_Integer</code> | |
<a name="sendLeos"></a>

@@ -314,0 +348,0 @@

24

api-pds.md

@@ -75,2 +75,6 @@ <a name='pds'></a>

</dd>
<dt><a href="#getDealsHistory">getDealsHistory(dabId, licenseTypeCode, fromTimestampInSec, timeAmountInSec)</a> ⇒ <code>Array_of_Object</code></dt>
<dd><p>Description:
Method getDealsHistory</p>
</dd>
<dt><a href="#getAccessTicketSecured">getAccessTicketSecured(dealMessageId, buyerId, sellerId, argsBuyerSignature, publicKey, vaultAuth)</a> ⇒ <code>Ticket</code></dt>

@@ -462,4 +466,4 @@ <dd><p>Description:

| --- | --- | --- |
| userId | <code>Address</code> | |
| dabId | <code>Integer</code> | |
| userId | <code>Address</code> | (optional. default: null) |
| dabId | <code>Integer</code> | (optional. default: null) |
| licenseTypeCode | <code>Constant\_of\_Integer</code> | Look at Constants description in Docs. |

@@ -469,2 +473,18 @@ | fromTimestampInSec | <code>Integer</code> | |

<a name="getDealsHistory"></a>
## getDealsHistory(dabId, licenseTypeCode, fromTimestampInSec, timeAmountInSec) ⇒ <code>Array\_of\_Object</code>
Description:
Method getDealsHistory
**Kind**: global function
**Returns**: <code>Array\_of\_Object</code> - deals
| Param | Type | Description |
| --- | --- | --- |
| dabId | <code>Integer</code> | |
| licenseTypeCode | <code>Constant\_of\_Integer</code> | (optional. default: null) Look at Constants description in Docs. |
| fromTimestampInSec | <code>Integer</code> | |
| timeAmountInSec | <code>Integer</code> | (optional. default: 31536000) |
<a name="getAccessTicketSecured"></a>

@@ -471,0 +491,0 @@

@@ -68,2 +68,22 @@

*Description:
* Method getTimestamps
*
* @param bchainTypeCode (optional. default: 1) {Constant_of_Integer} Look at Constants description in Docs.
* @param blocksNumbers {Array_of_Integer}
* @returns {Array_of_Integer}
*/function getTimestamps(bchainTypeCode,blocksNumbers){}
/**
*
*Description:
* Method getBlocks
*
* @param bchainTypeCode (optional. default: 1) {Constant_of_Integer} Look at Constants description in Docs.
* @param blocksNumbers {Array_of_Integer}
* @returns {Array_of_Object}
*/function getBlocks(bchainTypeCode,blocksNumbers){}
/**
*
*Description:
* Method sendLeos

@@ -70,0 +90,0 @@ *

@@ -275,4 +275,4 @@

*
* @param userId {Address}
* @param dabId {Integer}
* @param userId (optional. default: null) {Address}
* @param dabId (optional. default: null) {Integer}
* @param licenseTypeCode {Constant_of_Integer} Look at Constants description in Docs.

@@ -287,2 +287,14 @@ * @param fromTimestampInSec {Integer}

*Description:
* Method getDealsHistory
*
* @param dabId {Integer}
* @param licenseTypeCode (optional. default: null) {Constant_of_Integer} Look at Constants description in Docs.
* @param fromTimestampInSec {Integer}
* @param timeAmountInSec (optional. default: 31536000) {Integer}
* @returns deals {Array_of_Object}
*/function getDealsHistory(dabId,licenseTypeCode,fromTimestampInSec,timeAmountInSec){}
/**
*
*Description:
* Method getAccessTicketSecured

@@ -289,0 +301,0 @@ *

2

package.json
{
"name": "dsd-client-conn-lib",
"version": "3.5.13",
"version": "3.5.14",
"dependencies": {

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

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc