github.com/neatio-net/neatio@v1.7.3-0.20231114194659-f4d7a2226baa/network/rpc/testdata/reqresp-noargsrets.js (about) 1 // This test calls the test_noArgsRets method. 2 3 --> {"jsonrpc": "2.0", "id": "foo", "method": "test_noArgsRets", "params": []} 4 <-- {"jsonrpc":"2.0","id":"foo","result":null}