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.7.14 to 3.7.16

17

api-core.md

@@ -215,7 +215,7 @@ <a name='core'></a>

</dd>
<dt><a href="#mapUser">mapUser(mappedUserId, mappedUserCredentials, zetoniumUserId, salt, zetoniumUserPubKey, argsSignature, bchainTypeCode)</a> ⇒ <code>Boolean</code></dt>
<dt><a href="#mapUser">mapUser(mappedUserId, mappedUserCredentials, zetoniumUserId, zetoniumUserCredentials, zetoniumUserPubKey, 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>
<dt><a href="#getMappedUser">getMappedUser(mappedUserId, zetoniumUserId, bchainTypeCode)</a> ⇒ <code>Object</code></dt>
<dd><p>Description:

@@ -1130,3 +1130,3 @@ Method getMappedUser</p>

## mapUser(mappedUserId, mappedUserCredentials, zetoniumUserId, salt, zetoniumUserPubKey, argsSignature, bchainTypeCode) ⇒ <code>Boolean</code>
## mapUser(mappedUserId, mappedUserCredentials, zetoniumUserId, zetoniumUserCredentials, zetoniumUserPubKey, bchainTypeCode) ⇒ <code>Boolean</code>
Description:

@@ -1139,8 +1139,7 @@ Method mapUser

| --- | --- | --- |
| mappedUserId | <code>Address</code> | |
| mappedUserId | <code>String</code> | |
| mappedUserCredentials | <code>String</code> | |
| zetoniumUserId | <code>Address</code> | |
| salt | <code>String</code> | |
| zetoniumUserCredentials | <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. |

@@ -1150,3 +1149,3 @@

## getMappedUser(mappedUserId, zetoniumUserId, bchainTypeCode) ⇒ <code>Address</code>
## getMappedUser(mappedUserId, zetoniumUserId, bchainTypeCode) ⇒ <code>Object</code>
Description:

@@ -1159,4 +1158,4 @@ Method getMappedUser

| --- | --- | --- |
| mappedUserId | <code>Address</code> | |
| zetoniumUserId | <code>Address</code> | |
| mappedUserId | <code>String</code> | (optional. default: null) |
| zetoniumUserId | <code>Address</code> | (optional. default: null) |
| bchainTypeCode | <code>Constant\_of\_Integer</code> | (optional. default: 2) Look at Constants description in Docs. |

@@ -1163,0 +1162,0 @@

@@ -713,11 +713,10 @@

*
* @param mappedUserId {Address}
* @param mappedUserId {String}
* @param mappedUserCredentials {String}
* @param zetoniumUserId {Address}
* @param salt {String}
* @param zetoniumUserCredentials {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){}
*/function mapUser(mappedUserId,mappedUserCredentials,zetoniumUserId,zetoniumUserCredentials,zetoniumUserPubKey,bchainTypeCode){}

@@ -729,6 +728,6 @@ /**

*
* @param mappedUserId {Address}
* @param zetoniumUserId {Address}
* @param mappedUserId (optional. default: null) {String}
* @param zetoniumUserId (optional. default: null) {Address}
* @param bchainTypeCode (optional. default: 2) {Constant_of_Integer} Look at Constants description in Docs.
* @returns {Address}
* @returns {Object}
*/function getMappedUser(mappedUserId,zetoniumUserId,bchainTypeCode){}

@@ -735,0 +734,0 @@

{
"name": "dsd-client-conn-lib",
"version": "3.7.14",
"version": "3.7.16",
"dependencies": {
"dsd-constants-lib": "^3.7.14",
"dsd-rpc-lib": "^3.7.14",
"dsd-constants-lib": "^3.7.16",
"dsd-rpc-lib": "^3.7.16",
"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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc