aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/testdata/reqresp-noargsrets.js
blob: e61cc708ba336c5a6bcb80dafaf403171b5b81da (plain) (blame)
1
2
3
4
// This test calls the test_noArgsRets method.

--> {"jsonrpc": "2.0", "id": "foo", "method": "test_noArgsRets", "params": []}
<-- {"jsonrpc":"2.0","id":"foo","result":null}