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.11 to 3.7.13

19

api-core.md

@@ -251,2 +251,6 @@ <a name='core'></a>

</dd>
<dt><a href="#erc721_isOwnerOf">erc721_isOwnerOf(erc721Addr, owner, tokenId, bchainTypeCode)</a> ⇒ <code>Boolean</code></dt>
<dd><p>Description:
Method erc721_isOwnerOf</p>
</dd>
<dt><a href="#erc721_getApproved">erc721_getApproved(erc721Addr, tokenId, bchainTypeCode)</a> ⇒ <code>Address</code></dt>

@@ -1269,2 +1273,17 @@ <dd><p>Description:

<a name="erc721_isOwnerOf"></a>
## erc721\_isOwnerOf(erc721Addr, owner, tokenId, bchainTypeCode) ⇒ <code>Boolean</code>
Description:
Method erc721_isOwnerOf
**Kind**: global function
| Param | Type | Description |
| --- | --- | --- |
| erc721Addr | <code>Address</code> | (optional. default: null) |
| owner | <code>Address</code> | |
| tokenId | <code>Integer</code> | |
| bchainTypeCode | <code>Constant\_of\_Integer</code> | (optional. default: 2) Look at Constants description in Docs. |
<a name="erc721_getApproved"></a>

@@ -1271,0 +1290,0 @@

@@ -827,2 +827,14 @@

*Description:
* Method erc721_isOwnerOf
*
* @param erc721Addr (optional. default: null) {Address}
* @param owner {Address}
* @param tokenId {Integer}
* @param bchainTypeCode (optional. default: 2) {Constant_of_Integer} Look at Constants description in Docs.
* @returns {Boolean}
*/function erc721_isOwnerOf(erc721Addr,owner,tokenId,bchainTypeCode){}
/**
*
*Description:
* Method erc721_getApproved

@@ -829,0 +841,0 @@ *

6

package.json
{
"name": "dsd-client-conn-lib",
"version": "3.7.11",
"version": "3.7.13",
"dependencies": {
"dsd-constants-lib": "^3.7.11",
"dsd-rpc-lib": "^3.7.11",
"dsd-constants-lib": "^3.7.13",
"dsd-rpc-lib": "^3.7.13",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc