@parity/jsonrpc
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -1361,3 +1361,3 @@ # The `parity` Module | ||
"block": 354221, | ||
"time": "2017-11-17T14:15:57.938Z" | ||
"time": "2017-11-30T16:17:13.167Z" | ||
} | ||
@@ -1375,3 +1375,3 @@ }] | ||
```bash | ||
curl --data '{"method":"parity_postTransaction","params":[{"from":"0xb60e8dd61c5d32be8058bb8eb970870f07233155","to":"0xd46e8dd67c5d32be8058bb8eb970870f07244567","gas":"0x76c0","gasPrice":"0x9184e72a000","value":"0x9184e72a","data":"0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675","condition":{"block":354221,"time":"2017-11-17T14:15:57.938Z"}}],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST localhost:8545 | ||
curl --data '{"method":"parity_postTransaction","params":[{"from":"0xb60e8dd61c5d32be8058bb8eb970870f07233155","to":"0xd46e8dd67c5d32be8058bb8eb970870f07244567","gas":"0x76c0","gasPrice":"0x9184e72a000","value":"0x9184e72a","data":"0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675","condition":{"block":354221,"time":"2017-11-30T16:17:13.167Z"}}],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST localhost:8545 | ||
``` | ||
@@ -1378,0 +1378,0 @@ |
{ | ||
"name": "@parity/jsonrpc", | ||
"description": "JSON and JS interface defintions for RPC", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "author": "Parity Team <admin@parity.io>", |