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 3.7.9 to 3.7.11

59

api-core.md

@@ -47,3 +47,3 @@ <a name='core'></a>

</dd>
<dt><a href="#sendWeis_Ethereum">sendWeis_Ethereum(sender, senderCredentials, receiver, weisAmount, databytes)</a> ⇒ <code>Integer</code></dt>
<dt><a href="#sendWeis_Ethereum">sendWeis_Ethereum(sender, senderCredentials, receiver, weisAmount, databytes, bchainTypeCode)</a> ⇒ <code>Integer</code></dt>
<dd><p>Description:

@@ -216,2 +216,10 @@ Method sendWeis_Ethereum</p>

</dd>
<dt><a href="#mapUser">mapUser(mappedUserId, mappedUserCredentials, zetoniumUserId, salt, zetoniumUserPubKey, argsSignature, bchainTypeCode)</a> ⇒ <code>Boolean</code></dt>
<dd><p>Description:
Method mapUser</p>
</dd>
<dt><a href="#getMappedUser">getMappedUser(mappedUserId, zetoniumUserId, bchainTypeCode)</a> ⇒ <code>Address</code></dt>
<dd><p>Description:
Method getMappedUser</p>
</dd>
<dt><a href="#getPnft">getPnft(pnftId, bchainTypeCode)</a> ⇒ <code>Object</code></dt>

@@ -485,3 +493,3 @@ <dd><p>Description:

## sendWeis\_Ethereum(sender, senderCredentials, receiver, weisAmount, databytes) ⇒ <code>Integer</code>
## sendWeis\_Ethereum(sender, senderCredentials, receiver, weisAmount, databytes, bchainTypeCode) ⇒ <code>Integer</code>
Description:

@@ -493,9 +501,10 @@ Method sendWeis_Ethereum

| Param | Type |
| --- | --- |
| sender | <code>Address</code> |
| senderCredentials | <code>String</code> |
| receiver | <code>Address</code> |
| weisAmount | <code>Integer</code> |
| databytes | <code>String</code> |
| Param | Type | Description |
| --- | --- | --- |
| sender | <code>Address</code> | |
| senderCredentials | <code>String</code> | |
| receiver | <code>Address</code> | |
| weisAmount | <code>Integer</code> | |
| databytes | <code>String</code> | |
| bchainTypeCode | <code>Constant\_of\_Integer</code> | (optional. default: 2) Look at Constants description in Docs. |

@@ -1118,2 +1127,34 @@ **Example**

<a name="mapUser"></a>
## mapUser(mappedUserId, mappedUserCredentials, zetoniumUserId, salt, zetoniumUserPubKey, argsSignature, bchainTypeCode) ⇒ <code>Boolean</code>
Description:
Method mapUser
**Kind**: global function
| Param | Type | Description |
| --- | --- | --- |
| mappedUserId | <code>Address</code> | |
| mappedUserCredentials | <code>String</code> | |
| zetoniumUserId | <code>Address</code> | |
| salt | <code>String</code> | |
| zetoniumUserPubKey | <code>String</code> | |
| argsSignature | <code>String</code> | |
| bchainTypeCode | <code>Constant\_of\_Integer</code> | (optional. default: 2) Look at Constants description in Docs. |
<a name="getMappedUser"></a>
## getMappedUser(mappedUserId, zetoniumUserId, bchainTypeCode) ⇒ <code>Address</code>
Description:
Method getMappedUser
**Kind**: global function
| Param | Type | Description |
| --- | --- | --- |
| mappedUserId | <code>Address</code> | |
| zetoniumUserId | <code>Address</code> | |
| bchainTypeCode | <code>Constant\_of\_Integer</code> | (optional. default: 2) Look at Constants description in Docs. |
<a name="getPnft"></a>

@@ -1120,0 +1161,0 @@

@@ -209,2 +209,3 @@

* @param databytes {String}
* @param bchainTypeCode (optional. default: 2) {Constant_of_Integer} Look at Constants description in Docs.
* @returns newSrcBalance {Integer}

@@ -223,3 +224,3 @@

```
*/function sendWeis_Ethereum(sender,senderCredentials,receiver,weisAmount,databytes){}
*/function sendWeis_Ethereum(sender,senderCredentials,receiver,weisAmount,databytes,bchainTypeCode){}

@@ -712,2 +713,28 @@ /**

*Description:
* Method mapUser
*
* @param mappedUserId {Address}
* @param mappedUserCredentials {String}
* @param zetoniumUserId {Address}
* @param salt {String}
* @param zetoniumUserPubKey {String}
* @param argsSignature {String}
* @param bchainTypeCode (optional. default: 2) {Constant_of_Integer} Look at Constants description in Docs.
* @returns {Boolean}
*/function mapUser(mappedUserId,mappedUserCredentials,zetoniumUserId,salt,zetoniumUserPubKey,argsSignature,bchainTypeCode){}
/**
*
*Description:
* Method getMappedUser
*
* @param mappedUserId {Address}
* @param zetoniumUserId {Address}
* @param bchainTypeCode (optional. default: 2) {Constant_of_Integer} Look at Constants description in Docs.
* @returns {Address}
*/function getMappedUser(mappedUserId,zetoniumUserId,bchainTypeCode){}
/**
*
*Description:
* Method getPnft

@@ -714,0 +741,0 @@ *

6

package.json
{
"name": "dsd-client-conn-lib",
"version": "3.7.9",
"version": "3.7.11",
"dependencies": {
"dsd-constants-lib": "^3.7.9",
"dsd-rpc-lib": "^3.7.9",
"dsd-constants-lib": "^3.7.11",
"dsd-rpc-lib": "^3.7.11",
"jsdoc-to-markdown": "^4.0.1"

@@ -8,0 +8,0 @@ },

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc