@harmony-js/network
Advanced tools
Comparing version 0.1.28 to 0.1.29
@@ -11,2 +11,3 @@ export declare const enum RPCMethod { | ||
GetTransactionReceipt = "hmy_getTransactionReceipt", | ||
GetCXReceiptByHash = "hmy_getCXReceiptByHash", | ||
Syncing = "hmy_syncing", | ||
@@ -13,0 +14,0 @@ PeerCount = "net_peerCount", |
@@ -22,2 +22,3 @@ "use strict"; | ||
RPCMethod["GetTransactionReceipt"] = "hmy_getTransactionReceipt"; | ||
RPCMethod["GetCXReceiptByHash"] = "hmy_getCXReceiptByHash"; | ||
// 9. hmy_syncing | ||
@@ -24,0 +25,0 @@ RPCMethod["Syncing"] = "hmy_syncing"; |
{ | ||
"name": "@harmony-js/network", | ||
"version": "0.1.28", | ||
"version": "0.1.29", | ||
"description": "network suites for harmony", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "1ccc7071aee39a4597caa1019c36104420499af9" | ||
"gitHead": "2e3bd054b8a87030574b20397cc73256b264feef" | ||
} |
@@ -20,2 +20,4 @@ export const enum RPCMethod { | ||
GetTransactionReceipt = 'hmy_getTransactionReceipt', | ||
GetCXReceiptByHash = 'hmy_getCXReceiptByHash', | ||
// 9. hmy_syncing | ||
@@ -22,0 +24,0 @@ Syncing = 'hmy_syncing', |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
843248
10550