Skip to content

Commit 6b66085

Browse files
committed
Add description for store Wallet RPC call
1 parent 0e56838 commit 6b66085

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

source/includes/_wallet_json_rpc.md.erb

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,35 @@ tx_key_list | array of string | -
395395
tx_blob_list | array of string | -
396396

397397

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+
None
426+
398427
## get_payments
399428

400429
```shell

0 commit comments

Comments
 (0)