Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@33cn/chain33-rpc-api

Package Overview
Dependencies
Maintainers
6
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@33cn/chain33-rpc-api - npm Package Compare versions

Comparing version 1.5.8 to 1.5.9

5

dist/index.d.ts

@@ -188,7 +188,8 @@ import HttpProvider from './HttpProvider';

/**
* @description 查询所有创建成功的token
* @description 查询所有创建成功/预创建的token
* @param {string} status 0 预创建 1 创建成功
* @returns {Promise<any>}
* @memberof BtyBaseSdk
*/
queryAllTokens(url?: string): Promise<any>;
queryAllTokens(status?: number, url?: string): Promise<any>;
/**

@@ -195,0 +196,0 @@ * @description 查询地址下的token/trace合约下的token资产

8

dist/index.js

@@ -328,7 +328,9 @@ "use strict";

/**
* @description 查询所有创建成功的token
* @description 查询所有创建成功/预创建的token
* @param {string} status 0 预创建 1 创建成功
* @returns {Promise<any>}
* @memberof BtyBaseSdk
*/
BtyBaseSdk.prototype.queryAllTokens = function (url) {
BtyBaseSdk.prototype.queryAllTokens = function (status, url) {
if (status === void 0) { status = 1; }
if (url === void 0) { url = ''; }

@@ -340,3 +342,3 @@ return this.callPromiseAPI('Query', {

queryAll: true,
status: 1,
status: status,
},

@@ -343,0 +345,0 @@ }, url);

{
"name": "@33cn/chain33-rpc-api",
"version": "1.5.8",
"version": "1.5.9",
"description": "chain33 rpc 接口封装",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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