Socket
Socket
Sign inDemoInstall

bitcoind-rpc

Package Overview
Dependencies
0
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.5.0

6

lib/index.js

@@ -129,3 +129,3 @@ 'use strict';

var callspec = {
RpcClient.callspec = {
addMultiSigAddress: '',

@@ -190,3 +190,3 @@ addNode: '',

sendMany: 'str obj int str', //not sure this is will work
sendRawTransaction: '',
sendRawTransaction: 'str',
sendToAddress: 'str float str str',

@@ -287,4 +287,4 @@ setAccount: '',

generateRPCMethods(RpcClient, callspec, rpc);
generateRPCMethods(RpcClient, RpcClient.callspec, rpc);
module.exports = RpcClient;
{
"name": "bitcoind-rpc",
"description": "Bitcoin Client Library to connect to Bitcoin Core via RPC",
"version": "0.4.0",
"version": "0.5.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Stephen Pair",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc