@mempool/bitcoin
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -22,7 +22,11 @@ module.exports = { | ||
getBlock: 'getblock', | ||
getBlockStats: 'getblockstats', | ||
getBlockFilter: 'getblockfilter', | ||
getBlockchainInfo: 'getblockchaininfo', // bitcoind v0.9.2+ | ||
getBlockCount: 'getblockcount', | ||
getBlockHash: 'getblockhash', | ||
getBlockHeader: 'getblockheader', | ||
getBlockTemplate: 'getblocktemplate', // bitcoind v0.7.0+ | ||
getChainTips: 'getchaintips', // bitcoind v0.10.0+ | ||
getChainTxStats: 'getchaintxstats', | ||
getConnectionCount: 'getconnectioncount', | ||
@@ -29,0 +33,0 @@ getDifficulty: 'getdifficulty', |
{ | ||
"name": "@mempool/bitcoin", | ||
"description": "Communicate with bitcoind via JSON-RPC", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
19383
279