github.com/authcall/reference-optimistic-geth@v0.0.0-20220816224302-06313bfeb8d2/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}