@zilliqa-js/core
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -6,2 +6,3 @@ export * from './types'; | ||
export * from './providers/http'; | ||
export * from './constants'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -429,3 +429,10 @@ import fetch from 'cross-fetch'; | ||
export { Signer, sign, RPCMethod, RPCErrorCode, performRPC, isValidResponse, composeMiddleware, HTTPProvider }; | ||
// this constant is used to indicate the number of times to poll the | ||
// blockchain for a transaction confirmation. this number has been selected by | ||
// using a heuristic to calculate the approximate maximum amount of time it | ||
// should take for a transaction to be confirmed, even during a PoW submission | ||
// round. | ||
var GET_TX_ATTEMPTS = 33; | ||
export { Signer, sign, RPCMethod, RPCErrorCode, performRPC, isValidResponse, composeMiddleware, HTTPProvider, GET_TX_ATTEMPTS }; | ||
//# sourceMappingURL=index.esm.js.map |
@@ -9,2 +9,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./providers/http"), exports); | ||
tslib_1.__exportStar(require("./constants"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -429,2 +429,9 @@ (function (global, factory) { | ||
// this constant is used to indicate the number of times to poll the | ||
// blockchain for a transaction confirmation. this number has been selected by | ||
// using a heuristic to calculate the approximate maximum amount of time it | ||
// should take for a transaction to be confirmed, even during a PoW submission | ||
// round. | ||
var GET_TX_ATTEMPTS = 33; | ||
exports.Signer = Signer; | ||
@@ -436,2 +443,3 @@ exports.sign = sign; | ||
exports.HTTPProvider = HTTPProvider; | ||
exports.GET_TX_ATTEMPTS = GET_TX_ATTEMPTS; | ||
@@ -438,0 +446,0 @@ Object.defineProperty(exports, '__esModule', { value: true }); |
{ | ||
"name": "@zilliqa-js/core", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Core abstractions that power the zilliqa JS client.", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "cea8479ea23babc4f9138d99aabed5927358d68e" | ||
"gitHead": "03c1bc68e13d609f6a9c951ae5fe78459d821ec4" | ||
} |
@@ -6,1 +6,2 @@ export * from './types'; | ||
export * from './providers/http'; | ||
export * from './constants'; |
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
181698
62
2158