Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ethereum-rpc-json

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereum-rpc-json - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

lib/rpc.json

@@ -832,3 +832,3 @@ {

{
"name": "eth_signAndSendTransaction",
"name": "personal_signAndSendTransaction",
"desc": "Sends and signs a transaction given account passphrase. Does not require the account to be unlocked nor unlocks the account for future transactions. ",

@@ -835,0 +835,0 @@ "params": [

{
"name": "ethereum-rpc-json",
"version": "0.0.0",
"version": "0.0.1",
"description": "JSON file of all ethereum's rpc methods supported by parity",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "./generator/index.js"
"testOnce": "node_modules/.bin/mocha lib/*.spec.js",
"test": "npm run testOnce -- -w"
},

@@ -25,3 +25,7 @@ "repository": {

},
"homepage": "https://github.com/ethcore/ethereum-rpc-json#readme"
"homepage": "https://github.com/ethcore/ethereum-rpc-json#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc