@zilliqa-js/blockchain
Advanced tools
Comparing version 0.8.1-alpha.0 to 0.8.1-alpha.2
@@ -256,5 +256,5 @@ import { Transaction, Wallet } from '@zilliqa-js/account'; | ||
* @param {string} address | ||
* @returns {Promise<RPCResponse<Value[], string>>} | ||
* @returns {Promise<RPCResponse<any, string>>} | ||
*/ | ||
getSmartContractState(addr: string): Promise<RPCResponse<Value[], string>>; | ||
getSmartContractState(addr: string): Promise<RPCResponse<any, string>>; | ||
/** | ||
@@ -261,0 +261,0 @@ * getSmartContracts |
@@ -379,3 +379,3 @@ "use strict"; | ||
* @param {string} address | ||
* @returns {Promise<RPCResponse<Value[], string>>} | ||
* @returns {Promise<RPCResponse<any, string>>} | ||
*/ | ||
@@ -382,0 +382,0 @@ Blockchain.prototype.getSmartContractState = function (addr) { |
@@ -455,3 +455,3 @@ import { toChecksumAddress, fromBech32Address } from '@zilliqa-js/crypto'; | ||
* @param {string} address | ||
* @returns {Promise<RPCResponse<Value[], string>>} | ||
* @returns {Promise<RPCResponse<any, string>>} | ||
*/ | ||
@@ -458,0 +458,0 @@ Blockchain.prototype.getSmartContractState = function (addr) { |
@@ -456,3 +456,3 @@ (function (global, factory) { | ||
* @param {string} address | ||
* @returns {Promise<RPCResponse<Value[], string>>} | ||
* @returns {Promise<RPCResponse<any, string>>} | ||
*/ | ||
@@ -459,0 +459,0 @@ Blockchain.prototype.getSmartContractState = function (addr) { |
{ | ||
"name": "@zilliqa-js/blockchain", | ||
"version": "0.8.1-alpha.0", | ||
"version": "0.8.1-alpha.2", | ||
"description": "Class(es) for interacting with the Zilliqa blockchain.", | ||
@@ -13,3 +13,9 @@ "main": "dist/index.js", | ||
"repository": "https://github.com/Zilliqa/Zilliqa-Javascript-Library", | ||
"author": "ian@zilliqa.com", | ||
"author": "Ian Tan (https://github.com/iantanwx)", | ||
"maintainers": [ | ||
"Edison Lim <edison.limjh@gmail.com> (https://github.com/edisonljh)" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/Zilliqa/Zilliqa-JavaScript-Library/issues" | ||
}, | ||
"license": "GPL-3.0", | ||
@@ -23,10 +29,13 @@ "publishConfig": { | ||
"dependencies": { | ||
"@zilliqa-js/account": "0.8.1-alpha.0", | ||
"@zilliqa-js/contract": "0.8.1-alpha.0", | ||
"@zilliqa-js/core": "0.8.1-alpha.0", | ||
"@zilliqa-js/crypto": "0.8.1-alpha.0", | ||
"@zilliqa-js/util": "0.7.1", | ||
"@zilliqa-js/account": "0.8.1-alpha.2", | ||
"@zilliqa-js/contract": "0.8.1-alpha.2", | ||
"@zilliqa-js/core": "0.8.1-alpha.2", | ||
"@zilliqa-js/crypto": "0.8.1-alpha.2", | ||
"@zilliqa-js/util": "0.8.1-alpha.2", | ||
"utility-types": "^3.4.1" | ||
}, | ||
"gitHead": "305e7f49bdb92a27c93190b153ee261bce93591f" | ||
"engines": { | ||
"node": ">=10.0.0 <=12.12.0" | ||
}, | ||
"gitHead": "870c1c1a1d49877e1d23f64fa993702d744580e8" | ||
} |
@@ -437,5 +437,5 @@ // This file is part of Zilliqa-Javascript-Library. | ||
* @param {string} address | ||
* @returns {Promise<RPCResponse<Value[], string>>} | ||
* @returns {Promise<RPCResponse<any, string>>} | ||
*/ | ||
getSmartContractState(addr: string): Promise<RPCResponse<Value[], string>> { | ||
getSmartContractState(addr: string): Promise<RPCResponse<any, string>> { | ||
const address = validation.isBech32(addr) ? fromBech32Address(addr) : addr; | ||
@@ -442,0 +442,0 @@ return this.provider.send( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
348207
0
+ Added@zilliqa-js/account@0.8.1-alpha.2(transitive)
+ Added@zilliqa-js/contract@0.8.1-alpha.2(transitive)
+ Added@zilliqa-js/core@0.8.1-alpha.2(transitive)
+ Added@zilliqa-js/crypto@0.8.1-alpha.2(transitive)
+ Added@zilliqa-js/proto@0.8.1-alpha.2(transitive)
+ Added@zilliqa-js/util@0.8.1-alpha.2(transitive)
- Removed@zilliqa-js/account@0.8.1-alpha.0(transitive)
- Removed@zilliqa-js/contract@0.8.1-alpha.0(transitive)
- Removed@zilliqa-js/core@0.8.1-alpha.0(transitive)
- Removed@zilliqa-js/crypto@0.8.1-alpha.0(transitive)
- Removed@zilliqa-js/proto@0.7.0(transitive)
- Removed@zilliqa-js/util@0.7.1(transitive)