We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e56838 commit 6b66085Copy full SHA for 6b66085
1 file changed
source/includes/_wallet_json_rpc.md.erb
@@ -395,6 +395,35 @@ tx_key_list | array of string | -
395
tx_blob_list | array of string | -
396
397
398
+## store
399
+
400
+```shell
401
+curl -X POST http://127.0.0.1:18082/json_rpc \
402
+ -H 'Content-Type: application/json' \
403
+ -d '{"jsonrpc": "2.0", "id": "0", "method": "store"}'
404
+```
405
406
+> The above command returns JSON structured like this:
407
408
+```json
409
+{
410
+ "id": "0",
411
+ "jsonrpc": "2.0",
412
+ "result": {
413
+ }
414
+}
415
416
417
+Save the blockchain.
418
419
+### Inputs
420
421
+None
422
423
+### Outputs
424
425
426
427
## get_payments
428
429
```shell
0 commit comments